mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05:00
fix: excludes node_modules from type checking
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
],
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"src/**/*.tsx",
|
||||
|
||||
Reference in New Issue
Block a user