moq-rs/player/tsconfig.json

13 lines
158 B
JSON

{
"include": ["src/**/*"],
"compilerOptions": {
"target": "es2021",
"strict": true,
"typeRoots": [
"src/types"
],
"allowJs": true
}
}