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 Oct 17, 2024
1 parent 7abf1a8 commit cd90c76
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", "vitest.config.mts"]
"include": ["examples", "rollup.config.ts", "src", "tests", "vitest.config.mts"]
}

0 comments on commit cd90c76

Please sign in to comment.