Socket
Socket
Sign inDemoInstall

@vue/tsconfig

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/tsconfig - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

package.json
{
"name": "@vue/tsconfig",
"version": "0.5.0",
"version": "0.5.1",
"description": "A base TSConfig for working with Vue.js",

@@ -5,0 +5,0 @@ "main": "tsconfig.json",

@@ -12,3 +12,6 @@ {

// So we set it to a hidden folder in `node_modules` to avoid polluting the project root.
"outDir": "./node_modules/.cache/vue-tsbuildinfo",
// FIXME:
// This caused a regression: https://github.com/vuejs/tsconfig/issues/27
// Need to find a better solution.
// "outDir": "./node_modules/.cache/vue-tsbuildinfo",

@@ -15,0 +18,0 @@ // As long as you are using a build tool, we recommend you to author and ship in ES modules.

@@ -5,5 +5,4 @@ {

"declaration": true,
"emitDeclarationOnly": true,
"outDir": "./dist/"
"emitDeclarationOnly": true
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc