aboutsummaryrefslogtreecommitdiffstats
path: root/packages/preload/tsconfig.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-27 02:15:13 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-27 02:37:38 +0100
commit3d9ee27d8d813101114cb15c448f2307a72eebb3 (patch)
treebacfa8fd77b6b2e8a7d4ead365fb5c4b3d956df9 /packages/preload/tsconfig.json
parentrefactor: Improve error handling in preload (diff)
downloadsophie-3d9ee27d8d813101114cb15c448f2307a72eebb3.tar.gz
sophie-3d9ee27d8d813101114cb15c448f2307a72eebb3.tar.zst
sophie-3d9ee27d8d813101114cb15c448f2307a72eebb3.zip
test: Add preload unit tests
Diffstat (limited to 'packages/preload/tsconfig.json')
-rw-r--r--packages/preload/tsconfig.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/preload/tsconfig.json b/packages/preload/tsconfig.json
index 66726e3..2e0b10f 100644
--- a/packages/preload/tsconfig.json
+++ b/packages/preload/tsconfig.json
@@ -4,7 +4,10 @@
4 "composite": true, 4 "composite": true,
5 "declarationDir": "dist-types", 5 "declarationDir": "dist-types",
6 "emitDeclarationOnly": true, 6 "emitDeclarationOnly": true,
7 "rootDir": "src" 7 "rootDir": "src",
8 "libs": [
9 "@types/jest"
10 ]
8 }, 11 },
9 "references": [ 12 "references": [
10 { 13 {