JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q21829F
  • License ISC

Setup for a project with typescript and jest support

Package Exports

  • @yababay67/modern-setup
  • @yababay67/modern-setup/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@yababay67/modern-setup) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Setup

npm init -y
npm i -D typescript
npx tsc --init
npm i -D jest ts-jest @types/jestnpm  @types/jest @jest/globals
npm pkg set scripts.build="tsc"
npx ts-jest config:init
npm pkg set scripts.test="jest"