Exclude old backend code from tsc compilation

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2020-07-24 21:48:19 +02:00
parent 1aca4a2986
commit 42c66d1343
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB

View file

@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
"exclude": ["node_modules", "test", "dist", "**/*spec.ts" , "old_src"]
}