feat: sync micropython esp32 family source configs

This commit is contained in:
yczpf2019
2026-01-24 16:18:25 +08:00
parent c9195c03e1
commit d29ca27d44
1745 changed files with 72643 additions and 0 deletions

View File

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