{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": ".", "types": ["node", "jest"], "composite": true, "noEmit": true, "baseUrl": "src", "paths": { "@/*": ["./*"] }, "tsBuildInfoFile": "dist/typecheck.tsbuildinfo", // TODO: remove all options below this line "useUnknownInCatchVariables": false }, "include": ["src/**/*.ts", "test/**/*.ts"], "references": [{ "path": "../workflow/tsconfig.build.json" }] }