10 lines
161 B
JSON
10 lines
161 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"types": ["bun-types"]
|
|
}
|
|
}
|