Files
2026-01-24 16:18:25 +08:00

18 lines
348 B
JSON

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