Skip to content

Commit

Permalink
fix: vitest ESLint (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
po4tion authored Jul 12, 2024
1 parent 420346e commit ca2708a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": ["src", ".eslintrc.js", "packlint.config.mjs"]
"include": ["src", ".eslintrc.js", "packlint.config.mjs", "vitest.config.mts"]
}

0 comments on commit ca2708a

Please sign in to comment.