pc_vue_admin/tsconfig.json

13 lines
177 B
JSON
Raw Permalink Normal View History

2024-07-23 03:24:17 +00:00
{
"compilerOptions": {
// /* Bundler mode */
"allowJs": true,
"baseUrl": ".",
"outDir": "./dist",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src/**/*"]
}