ts-loader-declaration-export-plugin

v0.0.3
# Currently WIP!!!

dev

babel --watch src --out-dir dist --extensions '.ts,.tsx'

type-check

tsc --noEmit

type-check:watch

npm run type-check -- --watch

build

npm run build:types && npm run build:js

build:types

tsc --emitDeclarationOnly

build:js

babel src --out-dir dist --extensions ".ts,.tsx" --source-maps inline

test

jest

publish

npm run test && npm run build && npm publish

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 3/18/2020

Downloads

Maintainers