Files
Erik Michelson 84c6ed769d fix(tests): make jest tests run again
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2026-05-09 13:05:59 +02:00

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
}
}