mirror of
https://github.com/wx-chevalier/screen-sharing-rdp.git
synced 2025-12-24 13:08:12 +08:00
14 lines
309 B
JSON
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"]
|
|
}
|