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.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/code/tsconfig.json b/editors/code/tsconfig.json
index d74169c29..e60eb8e5e 100644
--- a/editors/code/tsconfig.json
+++ b/editors/code/tsconfig.json
@@ -13,8 +13,7 @@
13 "noUnusedParameters": true, 13 "noUnusedParameters": true,
14 "noImplicitReturns": true, 14 "noImplicitReturns": true,
15 "noFallthroughCasesInSwitch": true, 15 "noFallthroughCasesInSwitch": true,
16 "newLine": "LF", 16 "newLine": "LF"
17 "esModuleInterop": true
18 }, 17 },
19 "exclude": [ 18 "exclude": [
20 "node_modules" 19 "node_modules"