This commit is contained in:
2026-07-12 21:26:08 +08:00
commit 9dd41afd48
502 changed files with 129901 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"lib": ["ES2022", "DOM"],
"strict": true,
"skipLibCheck": true,
"declaration": true,
"declarationMap": true,
"rootDir": "src",
"outDir": "dist",
"noEmitOnError": true,
"isolatedModules": true
},
"include": ["src/**/*.ts"]
}