UNPKG

@tsconfig/bases

Version:
18 lines (12 loc) 378 B
### A base TSConfig for working with Bases. Add the package to your `"devDependencies"`: ```sh npm install --save-dev @tsconfig/bases yarn add --dev @tsconfig/bases ``` Add to your `tsconfig.json`: ```json "extends": "@tsconfig/bases/<base>" # eg "extends": "@tsconfig/bases/node-lts" ``` You can find the [code here](https://github.com/tsconfig/bases/blob/master/bases/).