1.0.0 • Published 2 years ago
@kelysty/tsconfig v1.0.0
@kelysty/tsconfig
Install
Using npm:
npm install --save-dev @kelysty/tsconfigUsing yarn:
yarn add --dev @kelysty/tsconfigUsage
JSON
Add tsconfig.json file in the project root with the following content.
Creating tsconfig with json extension is the most common approach and one of the best practice.
{
"extends": "@kelysty/tsconfig/tsconfig.json"
}JS/TS
Alternatively you can create tsconfig.js or tsconfig.ts file in the root of your project with following content:
module.exports = {
extends: ["@kelysty/tsconfig"]
}1.0.0
2 years ago