{ "extends": "./tsconfig.json", "compilerOptions": { "rootDir": "src", "noEmit": false }, "include": ["src/**/*.ts"], "exclude": ["test/**/*.ts"] }