mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-08 04:18:29 +00:00
revert: fix: excludes node_modules from type checking
This commit is contained in:
parent
9814af2756
commit
8b5332ba9f
1 changed files with 0 additions and 3 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue