Skip to content

Commit de29cf5

Browse files
authored
fix: Exclude dist in tsconfig.json (#108)
1 parent 7c61752 commit de29cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"strict": true,
1414
"esModuleInterop": true
1515
},
16-
"exclude": ["index.d.ts", "main", "renderer"]
16+
"exclude": ["dist", "index.d.ts", "main", "renderer"]
1717
}

0 commit comments

Comments
 (0)