mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
22 lines
415 B
JSON
22 lines
415 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"isolatedModules": false,
|
|
"skipLibCheck": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": ".",
|
|
"baseUrl": "."
|
|
},
|
|
"include": [
|
|
"./node_modules/peechy",
|
|
"./schema.d.ts",
|
|
"./index.ts",
|
|
"./schema.js"
|
|
],
|
|
"exclude": []
|
|
}
|