aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/tsconfig.sonar.json
diff options
context:
space:
mode:
Diffstat (limited to 'language-web/tsconfig.sonar.json')
-rw-r--r--language-web/tsconfig.sonar.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/language-web/tsconfig.sonar.json b/language-web/tsconfig.sonar.json
index ea3ecc19..54eef68b 100644
--- a/language-web/tsconfig.sonar.json
+++ b/language-web/tsconfig.sonar.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,
@@ -9,7 +9,8 @@
9 "strict": true, 9 "strict": true,
10 "noImplicitOverride": true, 10 "noImplicitOverride": true,
11 "noImplicitReturns": true, 11 "noImplicitReturns": true,
12 "noEmit": true 12 "noEmit": true,
13 "skipLibCheck": true
13 }, 14 },
14 "include": ["./src/main/js/**/*"], 15 "include": ["./src/main/js/**/*"],
15 "exclude": ["./src/main/js/xtext/**/*"] 16 "exclude": ["./src/main/js/xtext/**/*"]