Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@vft/tsconfig

Miofly55MIT0.0.13

A base TSConfig for working with Vue.js

vue, tsconfig

readme

@vft/tsconfig

English | 中文

TSConfigs for Vue projects to extend.

Requires TypeScript >= 5.0

Install:

npm add -D @vft/tsconfig
# or
pnpm add -D @vft/tsconfig

Add one of the available configurations to your tsconfig.json:

The base configuration (runtime-agnostic):

{
  "extends": "@vft/tsconfig/tsconfig.json"
}

Configuration for Browser environment:

{
  "extends": "@vft/tsconfig/tsconfig.web.json"
}

Configuration for Node environment:

{
  "extends": "@vft/tsconfig/tsconfig.node.json"
}