Socket
Book a DemoInstallSign in
Socket

@ymir-labs/tsconfig

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ymir-labs/tsconfig

尤弥尔使用的基础tsconfig

latest
npmnpm
Version
0.0.41
Version published
Maintainers
3
Created
Source

@ymir-labs/tsconfig

尤弥尔项目基础的tsconfig。

安装

pnpm add -D @ymir-labs/tsconfig

使用

非vue组件库模块引用 tsconfig.json 文件。在项目的 tsconfig.json 中添加以下配置,启用基础ts配置:

{
  "extends": "@ymir-labs/tsconfig/tsconfig.json"
}

vue组件库模块引用 tsconfig.vue.json 文件。在项目的 tsconfig.json 中添加以下配置,启用基础ts配置:

{
  "extends": "@ymir-labs/tsconfig/tsconfig.vue.json"
}

Keywords

tsconfig

FAQs

Package last updated on 18 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts