mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
12 lines
202 B
JSON
12 lines
202 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"typeRoots": ["./types"],
|
|
"types": ["bun-types"],
|
|
"allowJs": true
|
|
},
|
|
"exclude": ["src"]
|
|
}
|