zeitadler-terminplaner-backend/tsconfig.json

10 lines
174 B
JSON

{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true
}
}