diff options
Diffstat (limited to 'pyrightconfig.json')
-rw-r--r-- | pyrightconfig.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 0000000..4fd12d6 --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,7 @@ +{ + "include": [ + "cogs", + "common", + "components" + ] +} |