Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vite-tsconfig-paths

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-tsconfig-paths - npm Package Compare versions

Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3

2

package.json
{
"name": "vite-tsconfig-paths",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"description": "Vite resolver for TypeScript compilerOptions.paths",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -19,6 +19,8 @@ # vite-tsconfig-paths

import type { UserConfig } from 'vite'
import tsResolver from 'vite-tsconfig-paths'
import tsconfigPaths from 'vite-tsconfig-paths'
const config: UserConfig = {
resolvers: [tsResolver],
plugins: [
tsconfigPaths(),
],
}

@@ -25,0 +27,0 @@

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