aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'language-web/tsconfig.json')
-rw-r--r--language-web/tsconfig.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/language-web/tsconfig.json b/language-web/tsconfig.json
index f1f24a1f..cb5f6b13 100644
--- a/language-web/tsconfig.json
+++ b/language-web/tsconfig.json
@@ -1,7 +1,7 @@
1{ 1{
2 "compilerOptions": { 2 "compilerOptions": {
3 "target": "ES2020", 3 "target": "es2020",
4 "module": "ES2020", 4 "module": "esnext",
5 "moduleResolution": "node", 5 "moduleResolution": "node",
6 "esModuleInterop": true, 6 "esModuleInterop": true,
7 "allowSyntheticDefaultImports": true, 7 "allowSyntheticDefaultImports": true,
@@ -10,7 +10,8 @@
10 "noImplicitOverride": true, 10 "noImplicitOverride": true,
11 "noImplicitReturns": true, 11 "noImplicitReturns": true,
12 "exactOptionalPropertyTypes": false, 12 "exactOptionalPropertyTypes": false,
13 "noEmit": true 13 "noEmit": true,
14 "skipLibCheck": true
14 }, 15 },
15 "include": ["./src/main/js/**/*"], 16 "include": ["./src/main/js/**/*"],
16 "exclude": ["./build/generated/sources/lezer/*"] 17 "exclude": ["./build/generated/sources/lezer/*"]