From 5ce711e6d9018b3dc903942aa7c0ffb60915851b Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 22 Apr 2022 14:37:25 +0200 Subject: [PATCH] chore: update tsconfig --- package/tsconfig.build.json | 2 +- package/tsconfig.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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": { "~/*": [