1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +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": {
"build": "tsc --emitDeclarationOnly && rollup -c",
"dev": "rollup -cw",
"check:types": "tsc -p tsconfig.json --noEmit --paths null",
"test": "jest",
"manifest": "ts-node ./scripts/gen-collection-info.ts"
},