mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-10-14 06:07:49 +00:00
feat: 添加 defineOptions
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "@vben/ts-config/vue.json",
|
||||
"extends": "@vben/ts-config/vue-app.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./",
|
||||
"types": ["vite/client"],
|
||||
"baseUrl": ".",
|
||||
"types": ["vite/client", "unplugin-vue-define-options/macros-global"],
|
||||
"paths": {
|
||||
"/@/*": ["src/*"],
|
||||
"/#/*": ["types/*"],
|
||||
|
Reference in New Issue
Block a user