fix: excludes node_modules from type checking

This commit is contained in:
Mark Mankarious
2023-08-05 09:38:57 +01:00
parent b551edd28f
commit 68fe05385c

View File

@@ -15,6 +15,9 @@
"allowSyntheticDefaultImports": true,
"strict": true,
},
"exclude": [
"node_modules",
],
"include": [
"src/**/*.ts",
"src/**/*.tsx",