Initial import of Forge app

This commit is contained in:
2026-08-29 12:30:19 +03:00
commit e637634c59
118 changed files with 17355 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"composite": true,
"ignoreDeprecations": "6.0",
"skipLibCheck": true,
"target": "ES2022",
"lib": ["ES2023", "DOM", "WebWorker"],
"module": "ESNext",
"moduleResolution": "bundler",
"isolatedModules": true,
"outDir": "./node_modules/.tmp/tsnode",
"strict": true
},
"include": ["vite.config.ts"]
}