mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 06:58:54 +00:00
18 lines
350 B
JSON
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" }
|
|
]
|
|
}
|