Skip to content

Commit

Permalink
test(tsconfig): only include *.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Dec 27, 2024
1 parent 222913a commit e501410
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tests/svelte@3/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"noUnusedParameters": true,
"strict": true,
"skipLibCheck": true
}
},
"include": ["*.svelte"]
}
3 changes: 2 additions & 1 deletion tests/svelte@4/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"noUnusedParameters": true,
"strict": true,
"skipLibCheck": true
}
},
"include": ["*.svelte"]
}
3 changes: 2 additions & 1 deletion tests/svelte@5/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"noUnusedParameters": true,
"strict": true,
"skipLibCheck": true
}
},
"include": ["*.svelte"]
}

0 comments on commit e501410

Please sign in to comment.