mirror of
https://github.com/robonen/questlang.git
synced 2026-03-20 02:44:47 +00:00
fix: add type checking script to package.json
This commit is contained in:
@@ -22,8 +22,9 @@
|
|||||||
"dev": "vitest",
|
"dev": "vitest",
|
||||||
"test": "vitest",
|
"test": "vitest",
|
||||||
"coverage": "vitest --coverage",
|
"coverage": "vitest --coverage",
|
||||||
"lint": "eslint ./src",
|
"lint:check": "eslint ./src",
|
||||||
"lint:fix": "eslint ./src --fix"
|
"lint:fix": "eslint ./src --fix",
|
||||||
|
"type:check": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@clack/prompts": "^0.11.0"
|
"@clack/prompts": "^0.11.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user