aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/main/tsconfig.json')
-rw-r--r--packages/main/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/main/tsconfig.json b/packages/main/tsconfig.json
index 10f5765..1401445 100644
--- a/packages/main/tsconfig.json
+++ b/packages/main/tsconfig.json
@@ -3,6 +3,7 @@
3 "compilerOptions": { 3 "compilerOptions": {
4 "noEmit": true, 4 "noEmit": true,
5 "types": [ 5 "types": [
6 "@types/jest",
6 "node" 7 "node"
7 ] 8 ]
8 }, 9 },