Add string-templates check:types
This commit is contained in:
parent
9dac9d0a3d
commit
987ea60537
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue