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>
8 lines
156 B
JSON
8 lines
156 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"isolatedModules": true
|
|
},
|
|
"include": ["src/**/*.ts", "test/**/*.ts"]
|
|
} |