update examples

This commit is contained in:
fredqian
2025-03-09 10:33:20 +08:00
parent 4c469655dd
commit af3e64a06d
286 changed files with 0 additions and 10142 deletions

View File

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