mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-23 20:11:00 +00:00
tsconfig.json: Sequelize classes need ES6, debugging needs source maps
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
77e84a18ee
commit
91352d0d3c
1 changed files with 3 additions and 2 deletions
|
@ -3,11 +3,12 @@
|
|||
"outDir": "./built",
|
||||
"allowJs": true,
|
||||
"strictNullChecks": true,
|
||||
"target": "es5",
|
||||
"target": "es6",
|
||||
"module": "commonjs",
|
||||
"esModuleInterop": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true
|
||||
"emitDecoratorMetadata": true,
|
||||
"sourceMap": true
|
||||
},
|
||||
"include": [
|
||||
"./lib/**/*"
|
||||
|
|
Loading…
Reference in a new issue