初始化项目版本

This commit is contained in:
Axhub Make
2026-07-29 16:04:39 +08:00
commit 4305a1082b
2629 changed files with 760590 additions and 0 deletions

19
tsconfig.typecheck.json Normal file
View File

@@ -0,0 +1,19 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"allowImportingTsExtensions": true,
"allowJs": true,
"checkJs": false
},
"files": [
"scripts/sync-project-metadata.d.ts",
"vite-plugins/utils/entriesManifestCore.d.ts"
],
"include": [
"src",
"scripts",
"tests",
"vite-plugins",
"vite.config.ts"
]
}