chore: fix type linting scope for api

This commit is contained in:
41666 2021-03-12 17:06:06 -05:00
parent b001f3ba58
commit 016d838c93
3 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,7 @@
"version": "0.1.0",
"scripts": {
"build": "yarn workspace @roleypoly/worker-emulator build --basePath `pwd`",
"lint:types": "tsc --noEmit",
"start": "yarn workspace @roleypoly/worker-emulator start --basePath `pwd`"
},
"devDependencies": {