{ "extends": "../../tsconfig.base.json", "compilerOptions": { "composite": true, "strict": false, "noImplicitAny": false, "skipLibCheck": true, "lib": ["ESNext"], "typeRoots": ["src/types", "./node_modules/@types"], "paths": { "@/*": ["./src/*"] }, "emitDeclarationOnly": true, "noEmit": false, "noEmitOnError": false, "declaration": true, "rootDir": "src", "allowImportingTsExtensions": true }, "include": ["src"], "exclude": ["node_modules", "build", "**/*.test.ts"] }