Skip to content

Commit

Permalink
Merge pull request #284 from mgcrea/patch-2
Browse files Browse the repository at this point in the history
Update vite-react.json
  • Loading branch information
orta authored Nov 26, 2024
2 parents 0e2ba35 + d61efdc commit 7522ff8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions bases/vite-react.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Vite React",
"_version": "3.0.0",
"_version": "3.4.0",

"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,

/* Bundler mode */
"moduleResolution": "bundler",
"moduleResolution": "Bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,
"jsx": "react-jsx",

/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
}
}

0 comments on commit 7522ff8

Please sign in to comment.