honojs-middleware/packages/tsyringe/tsconfig.json

10 lines
194 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"types": ["vitest/globals"]
}
}