Files
hedgedoc/backend/test/tsconfig.json
T
2026-05-09 13:05:59 +02:00

8 lines
105 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"strict": false,
"rootDir": ".."
}
}