mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-12 21:21:39 +00:00
17 lines
336 B
JSON
17 lines
336 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./built",
|
|
"allowJs": true,
|
|
"strictNullChecks": true,
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"sourceMap": true,
|
|
"lib": ["ES2019"]
|
|
},
|
|
"include": [
|
|
"./lib/**/*"
|
|
]
|
|
}
|