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.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/main/tsconfig.json b/packages/main/tsconfig.json
index bdf68f4..dad597d 100644
--- a/packages/main/tsconfig.json
+++ b/packages/main/tsconfig.json
@@ -2,10 +2,7 @@
2 "extends": "../../config/tsconfig.base.json", 2 "extends": "../../config/tsconfig.base.json",
3 "compilerOptions": { 3 "compilerOptions": {
4 "noEmit": true, 4 "noEmit": true,
5 "types": [ 5 "types": ["@types/jest", "node"]
6 "@types/jest",
7 "node"
8 ]
9 }, 6 },
10 "references": [ 7 "references": [
11 { 8 {