recipe-backend/tsconfig.json
2025-09-21 12:39:54 +02:00

14 lines
No EOL
288 B
JSON

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