mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2026-06-23 04:10:17 +00:00
84c6ed769d
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
21 lines
564 B
JSON
21 lines
564 B
JSON
{
|
|
"extends": ["@tsconfig/node24/tsconfig.json"],
|
|
"compilerOptions": {
|
|
"lib": ["es2023", "ESNext.Array", "ESNext.Collection"],
|
|
"declaration": false,
|
|
"removeComments": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"sourceMap": true,
|
|
"outDir": "./dist",
|
|
"incremental": true,
|
|
"strict": true,
|
|
"strictPropertyInitialization": false,
|
|
"resolveJsonModule": true,
|
|
"useDefineForClassFields": false,
|
|
"preserveWatchOutput": true,
|
|
"allowJs": true
|
|
}
|
|
}
|