Fix type errors

This commit is contained in:
Justin Hutchings
2023-01-20 01:43:53 +00:00
parent 237b42ae81
commit d967f286bb
4 changed files with 32 additions and 11 deletions
-2
View File
@@ -5,8 +5,6 @@
"main": "index.ts",
"scripts": {
"lint": "eslint .",
"base-build": "npm ci && tsc",
"build": "npm run base-build && npm exec -- @vercel/ncc build --source-map lib/src/index.js",
"prepare": "ncc build index.ts -o dist --source-map --license licenses.txt",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"all": "npm run lint && npm run prepare && npm run test"