aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-10-20 10:49:47 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-20 10:49:47 +0530
commit9a64b4322adadbe18929c2da114eb0813426c4f9 (patch)
treee9dfa8b9e14b38720fa4487b7175ed26a8076da7 /tsconfig.json
parent5.6.3-nightly.38 [skip ci] (diff)
downloadferdium-app-9a64b4322adadbe18929c2da114eb0813426c4f9.tar.gz
ferdium-app-9a64b4322adadbe18929c2da114eb0813426c4f9.tar.zst
ferdium-app-9a64b4322adadbe18929c2da114eb0813426c4f9.zip
chore: use 'window['ferdi']' (split out from pr #2092) (#2104)
Co-authored-by: Markus Hatvan <markus_hatvan@aon.at>
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index c1c2fded2..58bd1e837 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -34,5 +34,6 @@
34 "noFallthroughCasesInSwitch": true, 34 "noFallthroughCasesInSwitch": true,
35 "resolveJsonModule": true, 35 "resolveJsonModule": true,
36 "forceConsistentCasingInFileNames": true 36 "forceConsistentCasingInFileNames": true
37 } 37 },
38 "exclude": ["node_modules", "build"]
38} 39}