@highlight-ui/configs-base-tsconfig
v3.3.0
Published
Typescript base config to be shared with all other packages
Downloads
638
Maintainers
Keywords
Readme
@highlight-ui/configs-base-tsconfig
Installation
Using yarn
:
yarn add @highlight-ui/configs-base-tsconfig -D
Using npm
:
npm install --save-dev @highlight-ui/configs-base-tsconfig
Usage
// tsconfig.json
{
"extends": "@highlight-ui/configs-base-tsconfig",
"exclude": ["./node_modules", "./dist", "./tests"],
"include": ["./src/**/*.ts", "./src/**/*.tsx"]
}