aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/tsconfig.sonar.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-30 13:48:52 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-31 19:26:13 +0100
commitcdb493b0a47bcf64e8e670b94fa399fcd731f531 (patch)
treeb6b03aec77ef87a2dda7585be7884a30c65d93f5 /language-web/tsconfig.sonar.json
parentfeat(web): add xtext content assist (diff)
downloadrefinery-cdb493b0a47bcf64e8e670b94fa399fcd731f531.tar.gz
refinery-cdb493b0a47bcf64e8e670b94fa399fcd731f531.tar.zst
refinery-cdb493b0a47bcf64e8e670b94fa399fcd731f531.zip
chore(web): refactor xtext client
Diffstat (limited to 'language-web/tsconfig.sonar.json')
-rw-r--r--language-web/tsconfig.sonar.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/language-web/tsconfig.sonar.json b/language-web/tsconfig.sonar.json
index 1cc74f23..ea3ecc19 100644
--- a/language-web/tsconfig.sonar.json
+++ b/language-web/tsconfig.sonar.json
@@ -3,9 +3,6 @@
3 "target": "ES2020", 3 "target": "ES2020",
4 "module": "ES2020", 4 "module": "ES2020",
5 "moduleResolution": "node", 5 "moduleResolution": "node",
6 "paths": {
7 "xtext/*": ["./src/main/js/xtext/*"]
8 },
9 "esModuleInterop": true, 6 "esModuleInterop": true,
10 "allowSyntheticDefaultImports": true, 7 "allowSyntheticDefaultImports": true,
11 "jsx": "react", 8 "jsx": "react",