English | 简体中文
A versatile TypeScript configuration library that follows best practices, offering foundational setups for Node.js, React, and Vue projects
- Follow best practices to achieve accurate and reliable type checking
- Flexible configuration options to cater to different project needs
- Continuously maintained and updated to support the latest versions and features
- Version >= 5.0.0
npm install @13onthecode/typescript-config --save-dev
To use the pre-configured tsconfig files, simply extend the configuration in your project's tsconfig.json
file:
{
"extends": "@13onthecode/typescript-config/base"
}
{
"extends": "@13onthecode/typescript-config/strict"
}
{
"extends": "@13onthecode/typescript-config/browser"
}
{
"extends": "@13onthecode/typescript-config/node"
}
{
"extends": "@13onthecode/typescript-config/react"
}
{
"extends": "@13onthecode/typescript-config/vue"
}
MIT License © 2023-PRESENT 13OnTheCode