forked from cerc-io/snowballtools-base
Lint using tsc; fix type errors
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"main": "dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"scripts": {
|
||||
"build": "npx tsup src/index.ts --dts --format esm,cjs --sourcemap"
|
||||
"build": "npx tsup src/index.ts --dts --format esm,cjs --sourcemap",
|
||||
"lint": "tsc --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.11.4",
|
||||
|
||||
Reference in New Issue
Block a user