Updated configuration sample to include exclusion of node_modules and __pcache__.

This commit is contained in:
Eric Traut 2019-09-14 13:09:22 -07:00
parent 865c902d97
commit 0d9274a00e

View File

@ -126,6 +126,8 @@ The following is an example of a pyright config file:
], ],
"exclude": [ "exclude": [
"**/node_modules",
"**/__pycache__",
"src/experimental", "src/experimental",
"src/web/node_modules", "src/web/node_modules",
"src/typestubs" "src/typestubs"