aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/sw/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/sw/tsconfig.json')
-rw-r--r--FrontEnd/src/sw/tsconfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/FrontEnd/src/sw/tsconfig.json b/FrontEnd/src/sw/tsconfig.json
new file mode 100644
index 00000000..71fc0bcd
--- /dev/null
+++ b/FrontEnd/src/sw/tsconfig.json
@@ -0,0 +1,12 @@
+{
+ "extends": "../tsconfig.json",
+ "compilerOptions": {
+ "lib": [
+ "esnext",
+ "webworker"
+ ]
+ },
+ "include": [
+ "."
+ ]
+}