14 lines
302 B
JSON
14 lines
302 B
JSON
{
|
|
"reportUndefinedVariable": false,
|
|
"reportUnusedVariable": false,
|
|
"reportUnusedImport": true,
|
|
"reportDuplicateImport": true,
|
|
"executionEnvironments": [
|
|
{
|
|
"root": "./src/versions/solarfm-0.0.1/solarfm"
|
|
}
|
|
],
|
|
"venvPath": ".",
|
|
"venv": ".venv"
|
|
}
|