aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/tsconfig.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-09-17 19:10:19 +0200
committerLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-09-17 19:10:19 +0200
commitefdb6c6620e9ea7f5861efbef7d3462bf3c7bcd7 (patch)
treec623e8b3fba326dcbb57228f1ddbfbf55eeec494 /language-web/tsconfig.json
parentAdd ESLint config (diff)
downloadrefinery-efdb6c6620e9ea7f5861efbef7d3462bf3c7bcd7.tar.gz
refinery-efdb6c6620e9ea7f5861efbef7d3462bf3c7bcd7.tar.zst
refinery-efdb6c6620e9ea7f5861efbef7d3462bf3c7bcd7.zip
Frontend color theme
Diffstat (limited to 'language-web/tsconfig.json')
-rw-r--r--language-web/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/language-web/tsconfig.json b/language-web/tsconfig.json
index 1cc74f23..7f43a8b5 100644
--- a/language-web/tsconfig.json
+++ b/language-web/tsconfig.json
@@ -12,6 +12,7 @@
12 "strict": true, 12 "strict": true,
13 "noImplicitOverride": true, 13 "noImplicitOverride": true,
14 "noImplicitReturns": true, 14 "noImplicitReturns": true,
15 "exactOptionalPropertyTypes": false,
15 "noEmit": true 16 "noEmit": true
16 }, 17 },
17 "include": ["./src/main/js/**/*"], 18 "include": ["./src/main/js/**/*"],