@tsconfig/bases
v1.0.23
Published
Combined tsconfig bases.
Readme
A base TSConfig for working with Bases.
Add the package to your "devDependencies":
npm install --save-dev @tsconfig/bases
yarn add --dev @tsconfig/basesAdd to your tsconfig.json:
"extends": "@tsconfig/bases/<base>"
# eg "extends": "@tsconfig/bases/node-lts"You can find the code here.
