Skip to content

Commit 2412c5c

Browse files
committed
fix missing typings/main.d.ts
1 parent ca96b60 commit 2412c5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@
129129
"./worker/parent.ts",
130130
"./worker/queryParent.ts",
131131
"./main/atom/views/rView.tsx",
132-
"./main/atom/views/semanticView.tsx"
132+
"./main/atom/views/semanticView.tsx",
133+
"../typings/main.d.ts"
133134
],
134135
"exclude": [],
135136
"atom": {

0 commit comments

Comments
 (0)