+ Add sample electron project

This commit is contained in:
2019-10-24 13:49:04 +02:00
parent 456cfd9118
commit f9a5dd56f0
8 changed files with 546 additions and 1 deletions

5
tsconfig.json Normal file
View File

@@ -0,0 +1,5 @@
{
"compilerOptions": {
"outDir": "dist/"
}
}