Files
bun.sh/tsconfig.json
2025-03-25 14:33:30 -07:00

18 lines
350 B
JSON

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