{ "extends": "./tsconfig.json", "compilerOptions": { "noEmit": false, "outDir": "dist" }, "include": ["src", "custom.d.ts"], "exclude": ["**/__tests__/**"] }