Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jan 22, 2024
1 parent c72e5b9 commit 616ff20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"paths": { "@/*": ["./src/*"], "test-utils": ["./test-utils"] }
"paths": { "@/*": ["./src/*"], "test-utils": ["./test-utils"] },
},
"include": ["src/**/*", "vite.config.ts", "jest.config.ts"]
"include": ["src/**/*", "vite.config.ts", "jest.config.ts"],
}

0 comments on commit 616ff20

Please sign in to comment.