This commit is contained in:
2024-08-22 01:43:39 +08:00
commit 0c04e9fc08
576 changed files with 81443 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"compilerOptions": {
"strict": true,
"forceConsistentCasingInFileNames":true,
"outDir": "dist/compiled",
"allowJs": true,
"lib": ["es2017"],
"baseUrl": "./",
"paths": {
"@": [
"src"
],
"@/*": [
"src/*"
],
"vue": ["node_modules/vue"]
},
}
}