{ "include": [ ".", "../packages/bun-types/index.d.ts" ], "compilerOptions": { "noEmit": true, "lib": [ "ESNext" ], "module": "ESNext", "target": "ESNext", "moduleResolution": "bundler", "strict": true, "downlevelIteration": true, "skipLibCheck": true, "jsx": "preserve", "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "allowJs": true, "resolveJsonModule": true, "baseUrl": ".", "paths": { "harness": [ "harness.ts" ], "mkfifo": [ "mkfifo.ts" ], "node-harness": [ "js/node/harness.ts" ], "deno:harness": [ "js/deno/harness.ts" ] } }, "exclude": [ "fixtures", "snapshots", "js/deno" ] }