diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 000000000..e3fbcd57b --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,3 @@ +{ + "exclude": ["**/node_modules", ".bazel"] +}