backend/tsconfig.json
2020-11-25 19:42:22 +01:00

12 lines
249 B
JSON

{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"rootDir": "./src",
"outDir": "./build",
"esModuleInterop": true,
"strict": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
}
}