mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
19 lines
438 B
JSON
19 lines
438 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"isolatedModules": false,
|
|
"skipLibCheck": true,
|
|
"emitDeclarationOnly": true,
|
|
"strict": true,
|
|
"outDir": ".",
|
|
"baseUrl": ".",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["./node_modules/peechy", "./schema.d.ts", "./index.ts", "./schema.js"],
|
|
"exclude": []
|
|
}
|