Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 788 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 788 Bytes

ts-base

🪨 TypeScript base targeting server and browser

Install

git clone [email protected]:winton/ts-base.git
cd ts-base
npm install

Watch

npm run watch

Build

npm run build

Test

npm test

Config

Environment Target Module
Server (Node.js 16.x) ES2021 ES2020
Browser (all except IE) ES6 ES2020
Transformer Description
ts-import-transformer ↔️ Transform import paths to work on client and server environments