first commit
This commit is contained in:
13
pyrightconfig.json
Normal file
13
pyrightconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"venvPath": ".",
|
||||
"venv": ".venv",
|
||||
"include": [
|
||||
"scripts",
|
||||
"libs"
|
||||
],
|
||||
"extraPaths": [
|
||||
"./libs/word_library"
|
||||
],
|
||||
"reportMissingImports": true,
|
||||
"typeCheckingMode": "basic"
|
||||
}
|
||||
Reference in New Issue
Block a user