Files
hedgedoc/backend/jest.tsconfig.json
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

8 lines
156 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"isolatedModules": true
},
"include": ["src/**/*.ts", "test/**/*.ts"]
}