Fix typescript errors

This commit is contained in:
Justin Hutchings
2023-01-20 00:43:26 +00:00
parent 05ff2bfe02
commit 109baa63fd
2 changed files with 1 additions and 5 deletions
+1 -2
View File
@@ -8,9 +8,8 @@
"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",
"package": "ncc build --source-map --license licenses.txt --out dist",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"all": "npm run lint && npm run prepare && npm run package && npm run test"
"all": "npm run lint && npm run prepare && npm run test"
},
"repository": {
"type": "git",