We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e9cd7 commit 15809dcCopy full SHA for 15809dc
package.json
@@ -15,8 +15,9 @@
15
"build:1-lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" --max-warnings 0",
16
"build:2-check-types": "tsc -p tsconfig.json",
17
"build:3-build": "rollup -c --configPlugin typescript",
18
- "build:4-copy-pkg-json": "tstk copy-package-json -c",
19
- "build:5-copy-readme": "copyfiles ./README.md ./dist",
+ "build:4-remove-internal-types": "rimraf dist/impl/**/*.d.ts dist/internal/*.d.ts -g",
+ "build:5-copy-pkg-json": "tstk copy-package-json -c",
20
+ "build:6-copy-readme": "copyfiles ./README.md ./dist",
21
"watch": "rollup -c -w --configPlugin typescript",
22
"test": "vitest run",
23
"test:coverage": "vitest run --coverage",
0 commit comments