@tsconfig/vite-react
Advanced tools
Comparing version 2.0.1 to 3.0.0
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "2.0.1" | ||
"version": "3.0.0" | ||
} |
@@ -24,19 +24,24 @@ ### A base TSConfig for working with Vite React. | ||
"display": "Vite React", | ||
"_version": "2.0.0", | ||
"_version": "3.0.0", | ||
"compilerOptions": { | ||
"target": "esnext", | ||
"target": "ES2020", | ||
"useDefineForClassFields": true, | ||
"lib": ["dom", "dom.iterable", "esnext"], | ||
"allowJs": false, | ||
"lib": ["ES2020", "DOM", "DOM.Iterable"], | ||
"module": "ESNext", | ||
"skipLibCheck": true, | ||
"esModuleInterop": false, | ||
"allowSyntheticDefaultImports": true, | ||
"strict": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"module": "esnext", | ||
/* Bundler mode */ | ||
"moduleResolution": "bundler", | ||
"allowImportingTsExtensions": true, | ||
"resolveJsonModule": true, | ||
"isolatedModules": true, | ||
"noEmit": true, | ||
"jsx": "react-jsx" | ||
"jsx": "react-jsx", | ||
/* Linting */ | ||
"strict": true, | ||
"noUnusedLocals": true, | ||
"noUnusedParameters": true, | ||
"noFallthroughCasesInSwitch": true | ||
} | ||
@@ -43,0 +48,0 @@ } |
{ | ||
"$schema": "https://json.schemastore.org/tsconfig", | ||
"display": "Vite React", | ||
"_version": "2.0.0", | ||
"_version": "3.0.0", | ||
"compilerOptions": { | ||
"target": "esnext", | ||
"target": "ES2020", | ||
"useDefineForClassFields": true, | ||
"lib": ["dom", "dom.iterable", "esnext"], | ||
"allowJs": false, | ||
"lib": ["ES2020", "DOM", "DOM.Iterable"], | ||
"module": "ESNext", | ||
"skipLibCheck": true, | ||
"esModuleInterop": false, | ||
"allowSyntheticDefaultImports": true, | ||
"strict": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"module": "esnext", | ||
/* Bundler mode */ | ||
"moduleResolution": "bundler", | ||
"allowImportingTsExtensions": true, | ||
"resolveJsonModule": true, | ||
"isolatedModules": true, | ||
"noEmit": true, | ||
"jsx": "react-jsx" | ||
"jsx": "react-jsx", | ||
/* Linting */ | ||
"strict": true, | ||
"noUnusedLocals": true, | ||
"noUnusedParameters": true, | ||
"noFallthroughCasesInSwitch": true | ||
} | ||
} |
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
3077
24
52