Add the package to your "devDependencies"
:
npm install --save-dev @tsconfig/[filename]
yarn add --dev @tsconfig/[filename]
Add to your tsconfig.json
:
"extends": "@tsconfig/[filename]/tsconfig.json"
The tsconfig.json
:
[tsconfig]
You can find the code here.