Files
screen-sharing-rdp/mpegts/mpegts-player/tsconfig.json
2020-11-13 21:36:47 +08:00

14 lines
309 B
JSON

{
"extends": "@m-fe/tsconfig/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["packages/rtw-host-app/src/*"]
},
"strictFunctionTypes": false,
"strictNullChecks": false,
"suppressImplicitAnyIndexErrors": true
},
"include": ["**/*.ts", "**/*.tsx"]
}