1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

Add string-templates check:types

This commit is contained in:
Adria Navarro 2024-03-15 10:29:47 +01:00
parent 9dac9d0a3d
commit 987ea60537

View file

@ -21,6 +21,7 @@
"scripts": { "scripts": {
"build": "tsc --emitDeclarationOnly && rollup -c", "build": "tsc --emitDeclarationOnly && rollup -c",
"dev": "rollup -cw", "dev": "rollup -cw",
"check:types": "tsc -p tsconfig.json --noEmit --paths null",
"test": "jest", "test": "jest",
"manifest": "ts-node ./scripts/gen-collection-info.ts" "manifest": "ts-node ./scripts/gen-collection-info.ts"
}, },