Skip to content

Commit 329d182

Browse files
committed
chore(build): remove incorrect type import
1 parent 5b949fe commit 329d182

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

electron/common/tsconfig.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,5 @@
2828
"lib": ["DOM", "DOM.Iterable", "ESNext"]
2929
},
3030
"exclude": ["node_modules", "**/__tests__/**", "**/__mocks__/**"],
31-
"include": [
32-
"**/types.ts",
33-
"**/*.ts",
34-
"../main/logger/__mocks__/transporter.mock.ts"
35-
]
31+
"include": ["**/types.ts", "**/*.ts"]
3632
}

0 commit comments

Comments
 (0)