pyrightconfig.json 86 B

123456
  1. {
  2. "include": ["app"],
  3. "extraPaths": ["."],
  4. "venvPath": ".",
  5. "venv": ".venv"
  6. }