0.1.0-beta.13 • Published 6 years ago
@shaizei/typescript-config v0.1.0-beta.13
Getting Started
1. Installation
Using Yarn:
yarn add @shaizei/typescript-config typescript --devUsing npm:
npm install @shaizei/typescript-config typescript --save-dev2. Usage
- Create a new
tsconfig.jsat the root directory of your project. - Extend the config from
@shaizei/typescript-config
{
"extends": "@shaizei/typescript-config",
}And that's it.
Override Default Config
If you want to override some of the pre-defined configuration, then simply write them down after extending from @shaizei/typescript-config.
{
"extends": "@shaizei/typescript-config",
"compilerOptions": {
...
},
"exclude": [...],
"include": [...]
}0.1.0-beta.13
6 years ago
0.1.0-beta.12
6 years ago
0.1.0-beta.11
6 years ago
0.1.0-beta.10
6 years ago
0.1.0-beta.9
7 years ago
0.1.0-beta.8
7 years ago
0.1.0-beta.7
7 years ago
0.1.0-beta.6
7 years ago
0.1.0-beta.3
7 years ago
0.1.0-beta.2
7 years ago
0.1.0-beta.1
7 years ago
0.1.0-alpha.2
7 years ago
0.1.0-alpha.1
7 years ago