diff options
Diffstat (limited to 'Timeline/ClientApp/src/sw/tsconfig.json')
-rw-r--r-- | Timeline/ClientApp/src/sw/tsconfig.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Timeline/ClientApp/src/sw/tsconfig.json b/Timeline/ClientApp/src/sw/tsconfig.json deleted file mode 100644 index aac99e59..00000000 --- a/Timeline/ClientApp/src/sw/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "lib": [ - "esnext", - "webworker" - ] - }, - "include": [ - "." - ] -} |