Files
mixly3/boards/default_src/micropython_esp32/jsconfig.json
王立帮 f4bcc9166c Revert "update examples"
This reverts commit af3e64a06d.
2025-03-09 10:50:41 +08:00

18 lines
348 B
JSON

{
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": "./",
"paths": {
"@mixly/python": [
"../python"
],
"@mixly/micropython": [
"../micropython"
]
}
},
"exclude": [
"node_modules",
"dist"
]
}