This commit is contained in:
2022-11-03 12:27:31 +05:30
commit 93581983e8
34 changed files with 1882 additions and 0 deletions

16
tsconfig.json Normal file
View File

@@ -0,0 +1,16 @@
{
"compilerOptions": {
"baseUrl": "./",
"allowJs": true
},
"exclude": ["node_modules", "dist"],
"include": [
"typed-router.d.ts",
"components.d.ts",
"auto-imports.d.ts",
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.vue"
],
"extends": "@vue/tsconfig/tsconfig.json"
}