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, "allowSyntheticDefaultImports": true,
"strict": true, "strict": true,
}, },
"exclude": [
"./node_modules",
],
"include": [ "include": [
"src/**/*.ts", "src/**/*.ts",
"src/**/*.tsx", "src/**/*.tsx",