diff --git a/package.json b/package.json index 4bd4d6a..e5d2bea 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "format": "prettier --write './**/*.{js,ts,json,yaml,yml,md,html,css,scss}' --ignore-path '.gitignore'", "format:check": "prettier --check './**/*.{js,ts,json,yaml,yml,md,html,css,scss}' --ignore-path '.gitignore'", "lint": "eslint './src/**/*.ts' --ignore-path '.gitignore'", - "lint:fix": "eslint --fix './src/**/*.ts' --ignore-path '.gitignore'" + "lint:fix": "eslint --fix './src/**/*.ts' --ignore-path '.gitignore'", + "check-type": "tsc --noEmit" }, "keywords": [], "author": "",