{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": ".", "composite": true, "baseUrl": "src", "paths": { "@/*": ["./*"] }, // TODO: remove all options below this line "useUnknownInCatchVariables": false }, "include": ["src/**/*.ts", "test/**/*.ts"] }