recipe-backend/tsconfig.json
2025-09-22 20:17:46 +02:00

15 lines
No EOL
310 B
JSON

{
"compilerOptions": {
"lib": [
"es2021"
],
"target": "es2021",
"module": "node16",
"moduleResolution": "node16",
"outDir": "./build",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"strict": true
}
}