Add typecheck script

This commit is contained in:
Vitaly Rtishchev 2022-11-23 11:32:13 +04:00
parent f78e211143
commit ba3a713605
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@emotion/react": "^11.9.3",