@chapabu/tsconfig-fe
v1.0.1
Published
Shared TypeScript configuration for standard FE projects.
Downloads
8
Readme
tsconfig
Base TypeScript configuration for frontend (i.e. browser based) projects. The config is meant to be used alongside Babel for suitability for Create React App based projects.
Usage
npm install @chapabu/tsconfig-fe
or yarn add @chapabu/tsconfig-fe
tsconfig.json
{
"extends": "@chapabu/tsconfig-fe",
"exclude": [
"node_modules/*"
],
"include": [
"src"
]
}