mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
13 lines
231 B
JSON
13 lines
231 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"moduleResolution": "node",
|
|
"types": ["bun-types"],
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"strict": true
|
|
}
|
|
}
|