Change config

This commit is contained in:
Arthur Belleville 2025-03-27 07:25:59 +01:00
parent be4e0ece36
commit c6342fcce1
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -22,5 +22,6 @@
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},
"include": ["src"]
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["node_modules", ".vscode"]
}