feat: 添加 defineOptions

This commit is contained in:
vben
2023-04-06 00:08:17 +08:00
parent 8e5a6b7ce5
commit 5e8ef2f64f
25 changed files with 346 additions and 159 deletions

View File

@@ -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/*"],