blob: 8d1637c760e3e922a4504a79480755ff95fa12f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"compilerOptions": {
"lib": ["ESNext"],
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "node",
"types": ["bun-types"],
"esModuleInterop": true,
"allowJs": true,
"strict": true
}
}
|