- AirBnB config + a few other tools
- Type checking & type acquisition
- Uses ESNext, modules enabled
npx typedi
Automatically installs packages + their type definitionsnpx ts-typie
checks for missing type definitions)
- auto run test on save using
npm run watch
- made to work with ES6 Modules using Babel (babel.config.cjs, jest.config.cjs)
- made to work with webpack (mock stylesheet and files)
- made to work with browser using
jest-environment-jsdom