1 2 3 4 5 6 7 8 9
{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "dist-test", "rootDir": ".", "noEmit": false }, "include": ["index.ts", "client.ts", "auth.ts", "negotiation.ts", "protoRoot.ts", "negotiation.test.ts"] }