aboutsummaryrefslogtreecommitdiff
path: root/editors/code/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/tsconfig.json')
-rw-r--r--editors/code/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/tsconfig.json b/editors/code/tsconfig.json
index 1ea433961..1e17e4510 100644
--- a/editors/code/tsconfig.json
+++ b/editors/code/tsconfig.json
@@ -15,6 +15,7 @@
15 "noFallthroughCasesInSwitch": true, 15 "noFallthroughCasesInSwitch": true,
16 "newLine": "LF", 16 "newLine": "LF",
17 "esModuleInterop": true, 17 "esModuleInterop": true,
18 "importHelpers": true
18 }, 19 },
19 "exclude": [ 20 "exclude": [
20 "node_modules" 21 "node_modules"