chore(launcher-spawn): add check-types

This commit is contained in:
Ben Allfree 2024-06-27 00:48:43 -07:00
parent 31eb628703
commit eb0d011b3e
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
'@pockethost/plugin-launcher-spawn': patch
---
Added check-types support for Turbo

View File

@ -5,6 +5,9 @@
"type": "git",
"url": "http://github.com/pockethost/pockethost/packages/plugin-launcher-spawn"
},
"scripts": {
"check-types": "tsc --noEmit "
},
"description": "A spawn()-based launcher for pockethost.",
"main": "src/index.ts",
"module": "src/index.ts",