feat(init): all

This commit is contained in:
2025-12-31 10:44:59 +08:00
commit 4fc473fff2
19 changed files with 2081 additions and 0 deletions

9
apps/demo/tsconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"extends": "../../tsconfig.app.json",
"include": ["env.d.ts", "src/**/*.vue", "src/**/*.ts", "src/**/*.tsx", "src/**/*.js", "src/**/*.jsx"],
"exclude": ["src/**/__test__", "node_modules", "dist"],
"compilerOptions": {
"types": ["node"],
"allowSyntheticDefaultImports": true
}
}