moq-rs/player/tsconfig.json

13 lines
158 B
JSON
Raw Normal View History

2022-06-29 16:17:02 +00:00
{
"include": ["src/**/*"],
"compilerOptions": {
"target": "es2021",
"strict": true,
"typeRoots": [
"src/types"
],
"allowJs": true
}
}