aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/tsconfig.node.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-09 00:53:53 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-09 00:53:53 +0200
commitc3fcc1ae3d2f680a973e66c138d9be7ae22eee26 (patch)
tree6a30b2478a30747cd7a2522acdff941394dea4e7 /subprojects/frontend/tsconfig.node.json
parentbuild: always prefer slf4j instead of log4j 1.x (diff)
downloadrefinery-c3fcc1ae3d2f680a973e66c138d9be7ae22eee26.tar.gz
refinery-c3fcc1ae3d2f680a973e66c138d9be7ae22eee26.tar.zst
refinery-c3fcc1ae3d2f680a973e66c138d9be7ae22eee26.zip
build: refactor frontend build
* Always write ESLint output to a file in addition to the console to make the lintFrontend task cacheable in Gradle (according to the output file). * Make sure frontend task inputs are declared properly for caching. * Make sure Typescript type checking is incremental. * Do not use @tsconfig, because both Vite and SonarScanner have problems with extending tsconfig files from Yarn PnP modules.
Diffstat (limited to 'subprojects/frontend/tsconfig.node.json')
-rw-r--r--subprojects/frontend/tsconfig.node.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/frontend/tsconfig.node.json b/subprojects/frontend/tsconfig.node.json
index f4908bcb..cfa2da13 100644
--- a/subprojects/frontend/tsconfig.node.json
+++ b/subprojects/frontend/tsconfig.node.json
@@ -10,6 +10,7 @@
10 "include": [ 10 "include": [
11 ".eslintrc.cjs", 11 ".eslintrc.cjs",
12 "config/*.ts", 12 "config/*.ts",
13 "config/*.cjs",
13 "prettier.config.cjs", 14 "prettier.config.cjs",
14 "types/node", 15 "types/node",
15 "vite.config.ts" 16 "vite.config.ts"