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