Skip to content

Commit

Permalink
fix repeated file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonber committed Oct 30, 2024
1 parent eb16129 commit 09b9f0d
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
"lib": [
"DOM",
"DOM.Iterable",
"ESNext"
],
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
Expand All @@ -20,14 +16,11 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"types": [
"vitest/globals",
"@testing-library/jest-dom"
]
"types": ["vitest/globals", "@testing-library/jest-dom"]
},
"include": [
"tailwind.config.js",
"vitest.config.ts",
"vite.config.ts",
"vitest.config.ts",
"postcss.config.js",
"prettier.config.js",
Expand Down

0 comments on commit 09b9f0d

Please sign in to comment.