@kutsan/typescript-config
v1.0.0
Published
Shared TypeScript configurations for my projects
Downloads
3
Readme
@kutsan/typescript-config
Usage
Install the config package:
npm install @kutsan/typescript-config --save-dev
Use it in your tsconfig.json
file:
Change the <target>
to react
, react-native
or node
depending on your project:
{
"extends": "@kutsan/typescript-config/<target>.json"
}