fix: use Typescript for files in entry-asar (#83)

This commit is contained in:
Erik Moura
2023-11-02 19:10:17 -03:00
committed by GitHub
parent 52fa9a2a78
commit 1948f1caa9
9 changed files with 53 additions and 12 deletions

10
tsconfig.entry-asar.json Normal file
View File

@@ -0,0 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "entry-asar",
},
"include": [
"entry-asar"
],
"exclude": []
}