@vue/tsconfig
Advanced tools
Comparing version 0.6.0 to 0.7.0
{ | ||
"name": "@vue/tsconfig", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "A base TSConfig for working with Vue.js", | ||
@@ -29,3 +29,3 @@ "main": "tsconfig.json", | ||
"typescript": "5.x", | ||
"vue": "^3.3.0" | ||
"vue": "^3.4.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "peerDependenciesMeta": { |
@@ -5,4 +5,5 @@ { | ||
"declaration": true, | ||
"emitDeclarationOnly": true | ||
"emitDeclarationOnly": true, | ||
"skipLibCheck": false | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11355
78