Initial commit

This commit is contained in:
Jeffrey Li
2022-10-06 15:52:01 -07:00
commit 95c52d8a11
37 changed files with 1025 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
},
"include": ["package.json", "electron"]
}