blob: 3f648150e961fbef93f2c5e40f3640594d59ca1e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{
"compilerOptions": {
"lib": ["ESNext"],
"module": "esnext",
"target": "esnext",
"typeRoots": ["./types"],
"types": ["bun-types"],
"allowJs": true
},
"exclude": ["src"]
}
|