From 4ba32a915b5cdb50881ff605853765408f5ace43 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Wed, 14 May 2025 08:55:05 +0100 Subject: [PATCH] chore(types): type check all files including tests Signed-off-by: John Cowen --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f382d39418..5ee173c751 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "docs:dev": "vitepress dev docs", "docs:serve": "vitepress serve docs", "docs:preview": "vitepress preview docs --port 8080", - "typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit", + "typecheck": "vue-tsc --noEmit", "lint": "eslint", "lint:fix": "eslint --fix", "stylelint": "stylelint './src/**/*.{css,scss,sass,vue}'",