honojs-middleware/tsconfig.base.json

20 lines
463 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES2022",
"module": "esnext",
"declaration": true,
"declarationMap": true,
"moduleResolution": "bundler",
"esModuleInterop": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"noEmitOnError": true,
"strict": true,
"skipLibCheck": true,
"noUnusedLocals": false,
"noUnusedParameters": true,
"types": []
}
}