mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
* feat: Expands generateTypes flag to support TS entries * fix: Returning previous .d.ts generation * test: Modifying `--generateTypes false` test for use on TS projects * docs: Adding changeset
10 lines
190 B
JSON
10 lines
190 B
JSON
{
|
|
"name": "ts-custom-declarations",
|
|
"main": "dist/index.js",
|
|
"types": "types/index.d.ts",
|
|
"source": "src/index.ts",
|
|
"scripts": {
|
|
"build": "microbundle --generateTypes false"
|
|
}
|
|
}
|