werkzeugkiste/backend/tsconfig.json

10 lines
187 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "CommonJS",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"allowSyntheticDefaultImports": true
}
}