18 lines
498 B
JSON
18 lines
498 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/pyright/main/docs/config.schema.json",
|
|
"typeCheckingMode": "off",
|
|
"reportMissingImports": false,
|
|
"reportMissingModuleSource": false,
|
|
"executionEnvironments": [
|
|
{
|
|
"root": "./src",
|
|
"pythonPlatform": "MicroPython",
|
|
"extraPaths": [
|
|
".",
|
|
"./lib",
|
|
"~/.local/lib/python3.11/site-packages/micropython-stubs"
|
|
]
|
|
}
|
|
]
|
|
}
|