aboutsummaryrefslogtreecommitdiffstats
path: root/packages/service-shared/tsconfig.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-09 12:51:44 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-09 19:55:15 +0100
commitad193ec612cf3110ed847b7cb2fedb0b1080ef86 (patch)
treecb4931ffb8588a8a2475be881c4af91ed2ffef64 /packages/service-shared/tsconfig.json
parentUpdate docs (diff)
downloadsophie-ad193ec612cf3110ed847b7cb2fedb0b1080ef86.tar.gz
sophie-ad193ec612cf3110ed847b7cb2fedb0b1080ef86.tar.zst
sophie-ad193ec612cf3110ed847b7cb2fedb0b1080ef86.zip
build: Disable single-run eslint-typescript
See https://github.com/typescript-eslint/typescript-eslint/issues/3851 Also upgrades dependencies and simplifies eslint config (used during debugging this issue to eliminate other possible sources of errors.) Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'packages/service-shared/tsconfig.json')
-rw-r--r--packages/service-shared/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/service-shared/tsconfig.json b/packages/service-shared/tsconfig.json
index 79889d2..3e6c6ff 100644
--- a/packages/service-shared/tsconfig.json
+++ b/packages/service-shared/tsconfig.json
@@ -9,6 +9,7 @@
9 }, 9 },
10 "include": [ 10 "include": [
11 "src/**/*.ts", 11 "src/**/*.ts",
12 ".eslintrc.cjs",
12 "esbuild.config.js" 13 "esbuild.config.js"
13 ] 14 ]
14} 15}