mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-23 08:31:16 -04:00
fix: excludes docs folder from tsconfig
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"moduleResolution": "node",
|
||||
"skipLibCheck": true,
|
||||
},
|
||||
"exclude": ["node_modules", "./dist"],
|
||||
"exclude": ["node_modules", "./dist", "./docs"],
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
|
||||
Reference in New Issue
Block a user