moq-rs/player/tsconfig.json

13 lines
173 B
JSON
Raw Normal View History

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