New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vue-cli-plugin-tsconfig

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-cli-plugin-tsconfig

A vue-cli plugin to configure the path of typescript configuration file

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
0
Created
Source

vue-cli-plugin-tsconfig

A vue-cli plugin to configure the path of typescript configuration file.

Translations

This README is also available in other languages:

  • 简体中文 (Chinese)

Install

npm install vue-cli-plugin-tsconfig -D

Motivation

When you use multiple build tools in a project, such as both vue-cli and vite, you may use different typescript configuration file for different build tools.

This plugin is made for that!

Usage

// vue.config.js
module.exports = {
  /* ... */
  pluginOptions: [
    tsconfig: {
      /* ...options... */
    }
  ],
}

Options

namevaluedescription
configFileString (default: "tsconfig.webpack.json")The path of typescript configuration file

Keywords

vue

FAQs

Package last updated on 13 Dec 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