Skip to content

Commit

Permalink
fix tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
elibroftw committed Feb 11, 2025
1 parent 27fbe2e commit ec52681
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
{
"compilerOptions": {
"allowJs": false,
"baseUrl": ".",
"esModuleInterop": true,
"jsx": "react-jsx",
"jsxImportSource": "react",
"lib": [
"es2022",
"dom"
],
"module": "ES2022",
"moduleResolution": "bundler",
"noUncheckedIndexedAccess": true,
"strict": true,
"target": "ES2021",
"types": [
"vite/client",
"vite-plugin-svgr/client",
"@types/node"
]
}
}
"compilerOptions": {
"allowJs": false,
"baseUrl": ".",
"esModuleInterop": true,
"jsx": "react-jsx",
"jsxImportSource": "react",
"lib": [
"es2022",
"dom"
],
"module": "ES2022",
"moduleResolution": "bundler",
"noUncheckedIndexedAccess": true,
"strict": true,
"target": "ES2021",
"types": [
"vite/client",
"@types/node"
]
}
}

0 comments on commit ec52681

Please sign in to comment.