@abios/typescript-config
v1.0.3
Published
Abios TypeScript Configuration
Downloads
119
Readme
@abios/typescript-config
Abios TypeScript Configuration
Installation
You'll first need to install TypeScript:
yarn add typescriptNext, install @abios/typescript-config:
yarn add --dev @abios/typescript-configUsage
React Project
Enable the configuration by extending your project's tsconfig.json.
{
"extends": "@abios/typescript-config/index.json",
"compilerOptions": {
"baseUrl": "./src",
"rootDir": "."
},
"include": ["./src/**/*"]
}