diff options
Diffstat (limited to 'editors/code/tsconfig.json')
-rw-r--r-- | editors/code/tsconfig.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/code/tsconfig.json b/editors/code/tsconfig.json index 42130c5e1..d74169c29 100644 --- a/editors/code/tsconfig.json +++ b/editors/code/tsconfig.json | |||
@@ -1,7 +1,6 @@ | |||
1 | { | 1 | { |
2 | "compilerOptions": { | 2 | "compilerOptions": { |
3 | "moduleResolution": "node", | 3 | "module": "commonjs", |
4 | "module": "es2015", | ||
5 | "target": "es2018", | 4 | "target": "es2018", |
6 | "outDir": "out", | 5 | "outDir": "out", |
7 | "lib": [ | 6 | "lib": [ |
@@ -15,8 +14,7 @@ | |||
15 | "noImplicitReturns": true, | 14 | "noImplicitReturns": true, |
16 | "noFallthroughCasesInSwitch": true, | 15 | "noFallthroughCasesInSwitch": true, |
17 | "newLine": "LF", | 16 | "newLine": "LF", |
18 | "esModuleInterop": true, | 17 | "esModuleInterop": true |
19 | "importHelpers": true | ||
20 | }, | 18 | }, |
21 | "exclude": [ | 19 | "exclude": [ |
22 | "node_modules" | 20 | "node_modules" |