mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
18 lines
307 B
JSON
18 lines
307 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"moduleResolution": "node",
|
|
"types": ["bun-types"],
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [
|
|
"src",
|
|
"scripts"
|
|
]
|
|
}
|