adding desktop 2 app with electron forge

This commit is contained in:
talksik
2022-03-17 09:55:11 -04:00
parent 31fd3638ba
commit 20ddc5a324
16 changed files with 34784 additions and 1411 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"compilerOptions": {
"allowJs": true,
"module": "commonjs",
"skipLibCheck": true,
"esModuleInterop": true,
"noImplicitAny": true,
"sourceMap": true,
"baseUrl": ".",
"outDir": "dist",
"moduleResolution": "node",
"resolveJsonModule": true,
"paths": {
"*": ["node_modules/*"]
},
"jsx": "react-jsx"
},
"include": ["src/**/*"]
}