Files
bun-src/tsconfig.json
2026-08-27 21:09:14 +00:00

18 lines
358 B
JSON

{
"files": [],
"include": [],
"compilerOptions": {
"noEmit": true,
"skipLibCheck": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"references": [
{ "path": "./src" },
{ "path": "./src/runtime/bake" },
{ "path": "./src/js" },
{ "path": "./test" },
{ "path": "./packages/bun-types" }
]
}