revert: fix: excludes node_modules from type checking

This commit is contained in:
Mark Mankarious 2023-08-05 09:52:28 +01:00
parent 9814af2756
commit 8b5332ba9f

View file

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