Skip to content

Commit

Permalink
fix: reference to preload types
Browse files Browse the repository at this point in the history
  • Loading branch information
KatoakDR committed Nov 18, 2023
1 parent c159f98 commit ac3194f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions electron/main/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
"jsx": "preserve",
"lib": ["DOM", "DOM.Iterable", "ESNext"]
},
"references": [
{
"path": "../preload"
}
],
"exclude": ["node_modules"],
"include": ["../common/**/*.ts", "**/*.ts"]
"include": ["../preload/**/*.d.ts", "../common/**/*.ts", "**/*.ts"]
}

0 comments on commit ac3194f

Please sign in to comment.