@tsconfig/vite-react
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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" | ||
} |
@@ -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" | ||
} | ||
} |
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
2937
21
46