diff --git a/package/tsconfig.build.json b/package/tsconfig.build.json index 362e5917..e35205c0 100644 --- a/package/tsconfig.build.json +++ b/package/tsconfig.build.json @@ -21,7 +21,7 @@ "forceConsistentCasingInFileNames": true, "types": [ "vite/client", - "cypress" + "vue/macros" ], "paths": { "~/*": [ diff --git a/package/tsconfig.json b/package/tsconfig.json index 59d9cc81..58793bee 100644 --- a/package/tsconfig.json +++ b/package/tsconfig.json @@ -19,7 +19,8 @@ "declaration": true, "declarationDir": "./dist", "types": [ - "vite/client" + "vite/client", + "vue/macros" ], "paths": { "~/*": [