diff options
author | crupest <crupest@outlook.com> | 2022-04-11 23:16:48 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-11 23:16:48 +0800 |
commit | ca1df3734b825cd0ee5bb1964a544371fb49e7a5 (patch) | |
tree | 6f5c86579764a5df3eac292720113728f82ce0df | |
parent | c645e08ffd2fa572504b77d705a8f9d1507a718e (diff) | |
download | timeline-ca1df3734b825cd0ee5bb1964a544371fb49e7a5.tar.gz timeline-ca1df3734b825cd0ee5bb1964a544371fb49e7a5.tar.bz2 timeline-ca1df3734b825cd0ee5bb1964a544371fb49e7a5.zip |
...
-rw-r--r-- | FrontEnd/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 34e508bc..4beba0a9 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -43,6 +43,7 @@ "start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
+ "typecheck": "tsc",
"lint": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx",
"lint:fix": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx --fix"
},
|