Configuration for typescript
npm install @ijlee2-frontend-configs/typescriptThe package provides a configuration for typescript.
1. Usage
- Customization
1. License
Install these packages as development dependencies:
- @ijlee2-frontend-configs/typescript
- typescript
Afterwards, create the file tsconfig.json.
``json5
// For an Ember project
{
"extends": "@ijlee2-frontend-configs/typescript/ember"
}
// For a Node project
{
"extends": "@ijlee2-frontend-configs/typescript/node20"
}
`
See typescript documentation for more information.
`json5``
{
"extends": "@ijlee2-frontend-configs/typescript/ember"
"compilerOptions": {
// ...
},
"include": [
// ...
]
}
See the Contributing guide for details.
This project is licensed under the MIT License.