{ "extends": "./tsconfig.json", "compilerOptions": { "incremental": true, "tsBuildInfoFile": "./dist/.tsbuildinfo", "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "noEmit": false }, "exclude": [ "node_modules", "test", "**/*.spec.ts", "**/*.test.ts", "**/*.e2e-spec.ts" ] }