@squirt/server
Version:
Squirt Server
18 lines • 364 B
JSON
{
"compilerOptions": {
"lib": ["ESNext"],
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "node",
"strict": true,
"noEmit": true,
"noImplicitReturns": true,
"downlevelIteration": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"allowJs": true,
"types": [
"bun-types"
]
}
}