Skip to content

Test the code you wrote in LiveScript with the test code you wrote in TypeScript.

License

Notifications You must be signed in to change notification settings

redpeacock78/ls-ts-boilerplate

Repository files navigation

ls-ts-boilerplate

A boilerplate for LiveScript + TypeScript + Jest.

Usage

Build

Compiled 'src/' files to 'dist/'.

$ yarn build

Test

Run jest.

$ yarn test

Lint

Run eslint.

$ yarn lint