Skip to content

Commit

Permalink
🔧 Add vitest.config.ts to tsconfig.lint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NatoBoram committed May 24, 2024
1 parent 16adaaf commit fc4b500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.lint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"include": ["examples", "src", "tests", "rollup.config.ts"]
"include": ["examples", "rollup.config.ts", "src", "tests", "vitest.config.ts"]
}

0 comments on commit fc4b500

Please sign in to comment.