first commit

This commit is contained in:
2026-01-19 13:08:58 +03:30
commit 850b4a3f1e
293 changed files with 51775 additions and 0 deletions

18
tsconfig.json Normal file
View File

@@ -0,0 +1,18 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"jsx": "react-jsx",
"module": "esnext",
"target": "es6",
"lib": ["dom", "esnext"],
"types": ["react"],
"outDir": "./built",
"allowJs": true,
"checkJs": false,
"noImplicitAny": false
}
}