first commit

This commit is contained in:
2026-05-05 22:55:31 +07:00
commit c2c7f91e88
48 changed files with 38159 additions and 0 deletions

15
tsconfig.json Normal file
View File

@@ -0,0 +1,15 @@
{
"extends": "./src/.umi/tsconfig.json",
// "compilerOptions": {
// "target": "es2017",
// "lib": ["dom", "es2017"],
// "module": "esnext",
// "moduleResolution": "node",
// "jsx": "react-jsx",
// "esModuleInterop": true,
// "skipLibCheck": true,
// "strict": true,
// "forceConsistentCasingInFileNames": true,
// },
// "include": ["src"]
}