Files
bun.sh/tsconfig.json
2024-12-10 12:43:17 -08:00

19 lines
357 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" }
]
}