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