fix(docs): build other modules (#40)

This commit is contained in:
aeongdesu
2022-05-10 09:54:06 +00:00
committed by GitHub
parent 758e1bb938
commit 899ef5b64a
+1 -1
View File
@@ -76,7 +76,7 @@
"build": "rimraf dist esm && tsc && tsc -p tsconfig.cjs.json",
"build:watch": "tsc-watch",
"typecheck": "tsc --noEmit",
"docs": "typedoc --readme README.md src/index.ts",
"docs": "typedoc --readme README.md src/",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"fmt": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'"
},