@microsoft/arbutus.ts
v0.0.2
Published
Arbutus base TSConfig for working with Node 16.
Readme
Typescript Config
Arbutus .tsconfig base.
Get Started
(1) Install dependencies
npm i -D @microsoft/arbutus.ts(2) Add to .tsconfig.json
{
"extends": "@microsoft/arbutus.ts",
"include": ["src"]
}Rationale
- Targeting ESNext and ES Modules
- ES Module bundlers ready (Esbuild, Cloudpack, etc). See RFC: Enforce consistency through package linting for more details.
