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.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/language-web/tsconfig.sonar.json b/language-web/tsconfig.sonar.json
deleted file mode 100644
index 54eef68b..00000000
--- a/language-web/tsconfig.sonar.json
+++ /dev/null
@@ -1,17 +0,0 @@
1{
2 "compilerOptions": {
3 "target": "es2020",
4 "module": "esnext",
5 "moduleResolution": "node",
6 "esModuleInterop": true,
7 "allowSyntheticDefaultImports": true,
8 "jsx": "react",
9 "strict": true,
10 "noImplicitOverride": true,
11 "noImplicitReturns": true,
12 "noEmit": true,
13 "skipLibCheck": true
14 },
15 "include": ["./src/main/js/**/*"],
16 "exclude": ["./src/main/js/xtext/**/*"]
17}