0.1.0-prerelease.0 • Published 3 years ago

@adlib/config-typescript-lib v0.1.0-prerelease.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

@adlib/config-typescript

A generic Typescript library configuration.

Support

  • Typescript
    • experimental decorators
    • downlevel iteration
  • React
    • automatic runtime
  • CommonJS and ES6 modules
  • Jest testing
  • ESLint (+Prettier) linting

Customization

  • Jest via the jest configuration object in your package.json file.
  • Target environments via the browerslist array in your package.json file.
    • Polyfills are NOT compiled in. Consumers should included global polyfills for their target environments.
  • Babel config via adlib eject build and modifying the copied babel.config.js file.