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