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