Add check-types to package.json (#627)

* Add type checking to ci

* Update @types/node to version 12

We are using node 12 on ci

* Add check-types to package.json
This commit is contained in:
Justin Halsall
2026-04-01 12:00:00 +08:00
committed by GitHub
parent a891d141d2
commit 34ef34469a
2 changed files with 4 additions and 3 deletions

View File

@@ -11,7 +11,8 @@
"repl": "npm run bundle:browser && cross-env TS_NODE_CACHE=false TS_NODE_FILES=true ts-node scripts/repl.ts",
"bundle:browser": "cross-env BROWSER_ONLY=true rollup --config",
"bundle": "rollup --config",
"typings": "tsc -d --declarationDir typings"
"typings": "tsc -d --declarationDir typings",
"check-types": "tsc -noEmit"
},
"repository": {
"type": "git",