chore(common): add type checking linter

This commit is contained in:
Ben Allfree 2024-06-05 17:54:05 -07:00
parent 49a740481f
commit ff2b4ec818
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"scripts": {
"check:types": "concurrently 'pnpm:check:types:*'",
"check:types:dashboard": "cd packages/dashboard && pnpm check:types",
"check:types:pockethost": "tsc --noEmit --skipLibCheck",
"check:types:common": "cd packages/common && pnpm check:types",
"lint": "prettier -c \"./**/*.{ts,js,cjs,svelte,json}\"",
"lint:fix": "prettier -w \"./**/*.{ts,js,cjs,svelte,json}\"",
"build": "concurrently 'pnpm:build:*'",

View File

@ -6,6 +6,7 @@
"module": "src/index.ts",
"type": "module",
"scripts": {
"check:types": "tsc --noEmit "
},
"keywords": [],
"author": "",