Initial commit
Build check / build (push) Has been cancelled

This commit is contained in:
2026-05-07 19:31:21 -07:00
commit 02bfea8f02
110 changed files with 18550 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.node.json" },
{ "path": "./tsconfig.web.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~common/*": ["./src/common/*"],
"~main/*": ["./src/main/*"],
"~renderer/*": ["./src/renderer/*"],
"~build/*": ["./build/*"]
}
}
}