mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 10:46:30 -05:00
Exclude old backend code from tsc compilation
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
1aca4a2986
commit
42c66d1343
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
|
||||
"exclude": ["node_modules", "test", "dist", "**/*spec.ts" , "old_src"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue