aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/sw/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/src/sw/tsconfig.json')
-rw-r--r--Timeline/ClientApp/src/sw/tsconfig.json12
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": [
+ "."
+ ]
+}