bootstrap new electron app

This commit is contained in:
Ramnique Singh 2025-12-29 15:30:57 +05:30
parent 2491bacea1
commit 505e3ea620
89 changed files with 12397 additions and 8435 deletions

10
apps/x/tsconfig.base.json Normal file
View file

@ -0,0 +1,10 @@
{
"compilerOptions": {
"strict": true,
"skipLibCheck": true,
"baseUrl": ".",
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext"
}
}