aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/tsconfig.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-27 18:26:21 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-02-08 21:43:18 +0100
commitbfc1f4d55d02553f761fbc9acc5ed15103455149 (patch)
treecb1650750c2ff1587f7cd0fd215d2179822568ae /packages/main/tsconfig.json
parentrefactor: Extract main window hardening (diff)
downloadsophie-bfc1f4d55d02553f761fbc9acc5ed15103455149.tar.gz
sophie-bfc1f4d55d02553f761fbc9acc5ed15103455149.tar.zst
sophie-bfc1f4d55d02553f761fbc9acc5ed15103455149.zip
build: Add test-utils package
Added as a common devDependency, this lets us handle test utility code from one place. For now, the main reason for its existence is the workaround code for importing jest-each from ESM. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'packages/main/tsconfig.json')
-rw-r--r--packages/main/tsconfig.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/main/tsconfig.json b/packages/main/tsconfig.json
index dad597d..e18e7d3 100644
--- a/packages/main/tsconfig.json
+++ b/packages/main/tsconfig.json
@@ -10,6 +10,9 @@
10 }, 10 },
11 { 11 {
12 "path": "../shared/tsconfig.build.json" 12 "path": "../shared/tsconfig.build.json"
13 },
14 {
15 "path": "../test-utils/tsconfig.build.json"
13 } 16 }
14 ], 17 ],
15 "include": [ 18 "include": [