{ "compilerOptions": { "noEmit": true, "lib": ["ESNext"], "module": "ESNext", "target": "ESNext", "moduleResolution": "nodenext", "strict": true, "downlevelIteration": true, "skipLibCheck": true, "jsx": "preserve", "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "allowJs": true, "resolveJsonModule": true, "types": ["../packages/bun-types"], "baseUrl": ".", "paths": { "harness": ["harness.ts"], "mkfifo": ["mkfifo.ts"], "node-harness": ["js/node/harness.ts"], "deno:harness": ["js/deno/harness.ts"], "foo/bar": ["js/bun/resolve/baz.js"], "@faasjs/*": ["js/bun/resolve/*.js"] } } }