@abhijithvijayan/tsconfig 中文文档教程
tsconfig
我用于项目的 TypeScript 配置
????♂️ Made by @abhijithvijayan
Table of Contents
Installation
确保安装了 Node.js 10 或更高版本。 然后运行以下命令:
# via npm
npm install --save-dev @abhijithvijayan/tsconfig
# or yarn
yarn add @abhijithvijayan/tsconfig --dev
Usage
tsconfig.json
{
"extends": "@abhijithvijayan/tsconfig",
"compilerOptions": {
"outDir": "dist",
"target": "es2018" // Node.js 10
}
}
Issues
想要贡献一份力量? 寻找 好第一期 标签。
Bugs
请在此处提交问题以解决错误、缺少文档或意外行为。
License
MIT © Abhijith Vijayan
tsconfig
TypeScript configuration I use for my projects
????♂️ Made by @abhijithvijayan
❤️ it? ⭐️ it on GitHub or Tweet about it.
Table of Contents
Installation
Ensure you have Node.js 10 or later installed. Then run the following:
# via npm
npm install --save-dev @abhijithvijayan/tsconfig
# or yarn
yarn add @abhijithvijayan/tsconfig --dev
Usage
tsconfig.json
{
"extends": "@abhijithvijayan/tsconfig",
"compilerOptions": {
"outDir": "dist",
"target": "es2018" // Node.js 10
}
}
Issues
Looking to contribute? Look for the Good First Issue label.
???? Bugs
Please file an issue here for bugs, missing documentation, or unexpected behavior.
License
MIT © Abhijith Vijayan