mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
* Fix TypeScript including build artefacts * Fix declaration files emitted into wrong directory
7 lines
115 B
JSON
7 lines
115 B
JSON
{
|
|
"name": "ts-declarations",
|
|
"main": "dist/index.js",
|
|
"types": "types/index.d.ts",
|
|
"source": "src/index.tsx"
|
|
}
|