@acot/tsconfig 中文文档教程

发布于 4年前 浏览 14 项目主页 更新于 3年前

tsconfig

acot 项目的共享 TypeScript 配置。

Installation

$ npm install --save-dev @acot/tsconfig

Usage

在您的 tsconfig.json 中写入以下代码。

{
  "extends": "@acot/tsconfig",
  "compilerOptions": {
    "outDir": "lib",
    "rootDir": "src"
  }
}

License

MIT 许可证@wadackel

tsconfig

Shared TypeScript config for acot projects.

Installation

$ npm install --save-dev @acot/tsconfig

Usage

Write the following code in your tsconfig.json.

{
  "extends": "@acot/tsconfig",
  "compilerOptions": {
    "outDir": "lib",
    "rootDir": "src"
  }
}

License

MIT License @ wadackel

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文