Fix typescript config error "Cannot write file 'electron.js' because it would overwrite input file.
This commit is contained in:
parent
ac7812d4c2
commit
30311c1bd0
1 changed files with 2 additions and 1 deletions
|
@ -22,5 +22,6 @@
|
|||
"resolveJsonModule": true,
|
||||
"allowJs": true
|
||||
},
|
||||
"include": ["src"]
|
||||
"include": ["src"],
|
||||
"exclude": ["src/electron.js"]
|
||||
}
|
||||
|
|
Reference in a new issue