mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 10:16:32 -05:00
8246175b5a
Signed-off-by: Philip Molares <philip.molares@udo.edu>
16 lines
348 B
JSON
16 lines
348 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./built",
|
|
"allowJs": true,
|
|
"strictNullChecks": true,
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"sourceMap": true,
|
|
"lib": ["ES2019"],
|
|
"alwaysStrict": true
|
|
},
|
|
"include": ["src"]
|
|
}
|