You've already forked uiflow-micropython
mirror of
https://github.com/m5stack/uiflow-micropython.git
synced 2026-05-20 10:39:27 -07:00
e14a2a0b3e
Signed-off-by: tinyu.zhao@gmail.com <tinyu.zhao@gmail.com>
19 lines
367 B
JSON
19 lines
367 B
JSON
{
|
|
"include": [
|
|
"m5stack/**"
|
|
],
|
|
"exclude": [],
|
|
"ignore": [],
|
|
"defineConstant": {
|
|
"DEBUG": true
|
|
},
|
|
"stubPath": "stubs",
|
|
"reportMissingImports": "error",
|
|
"reportMissingTypeStubs": false,
|
|
"executionEnvironments": [
|
|
{
|
|
"root": "./",
|
|
"reportMissingImports": "warning"
|
|
},
|
|
]
|
|
} |