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

@tsconfig/vite-react

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsconfig/vite-react - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

16

package.json

@@ -1,1 +0,15 @@

{"name":"@tsconfig/vite-react","repository":{"type":"git","url":"https://github.com/tsconfig/bases.git","directory":"bases"},"license":"MIT","description":"A base TSConfig for working with Vite React.","version":"1.0.0"}
{
"name": "@tsconfig/vite-react",
"repository": {
"type": "git",
"url": "https://github.com/tsconfig/bases.git",
"directory": "bases"
},
"license": "MIT",
"description": "A base TSConfig for working with Vite React.",
"keywords": [
"tsconfig",
"vite-react"
],
"version": "1.0.1"
}

5

README.md

@@ -26,5 +26,6 @@ ### A base TSConfig for working with Vite React.

"target": "ESNext",
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"skipLibCheck": false,
"skipLibCheck": true,
"esModuleInterop": false,

@@ -39,3 +40,3 @@ "allowSyntheticDefaultImports": true,

"noEmit": true,
"jsx": "react"
"jsx": "react-jsx"
}

@@ -42,0 +43,0 @@ }

@@ -6,5 +6,6 @@ {

"target": "ESNext",
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"skipLibCheck": false,
"skipLibCheck": true,
"esModuleInterop": false,

@@ -19,4 +20,4 @@ "allowSyntheticDefaultImports": true,

"noEmit": true,
"jsx": "react"
"jsx": "react-jsx"
}
}
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