aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/tsconfig.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-08-22 21:35:53 +0200
committerLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-08-22 21:36:34 +0200
commitc644cb26384cd126a1e71ce652b358e0a87e3b59 (patch)
tree19f29cb466098af0cbb742cb18a88d2a632643ec /language-web/tsconfig.json
parentCovert language-web to TypeScript (diff)
downloadrefinery-c644cb26384cd126a1e71ce652b358e0a87e3b59.tar.gz
refinery-c644cb26384cd126a1e71ce652b358e0a87e3b59.tar.zst
refinery-c644cb26384cd126a1e71ce652b358e0a87e3b59.zip
Add ESLint config
Diffstat (limited to 'language-web/tsconfig.json')
-rw-r--r--language-web/tsconfig.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/language-web/tsconfig.json b/language-web/tsconfig.json
index e9d8b4d0..1cc74f23 100644
--- a/language-web/tsconfig.json
+++ b/language-web/tsconfig.json
@@ -15,8 +15,5 @@
15 "noEmit": true 15 "noEmit": true
16 }, 16 },
17 "include": ["./src/main/js/**/*"], 17 "include": ["./src/main/js/**/*"],
18 "exclude": [ 18 "exclude": ["./src/main/js/xtext/**/*"]
19 "./src/main/js/xtext/**/*",
20 "./node_modules/**/*"
21 ]
22} 19}