Skip to content

Commit

Permalink
Merge pull request #1311 from jhonber/main
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami authored Nov 6, 2024
2 parents 4cfe981 + 09b9f0d commit ed009e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/features/DocumentList/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import { Link } from 'react-router-dom'

import Spinner from '../../compoments/Spinner'
import Spinner from '../../components/Spinner'
import { useGetDocsListQuery } from '../../services/docs'

import styles from './index.module.css'
Expand Down
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 ed009e3

Please sign in to comment.