hedgedoc/tsconfig.json
David Mehren 54cd556f2f
Add sequelize-typescript
Signed-off-by: David Mehren <dmehren1@gmail.com>
2020-04-25 12:36:39 +02:00

14 lines
255 B
JSON

{
"compilerOptions": {
"outDir": "./built",
"allowJs": true,
"strictNullChecks": true,
"target": "es5",
"module": "commonjs",
"esModuleInterop": true,
"experimentalDecorators": true
},
"include": [
"./lib/**/*"
]
}