fix(smartcli): tighten command parsing and error handling while updating build and package configuration

This commit is contained in:
2026-04-30 14:29:50 +00:00
parent e3f5616320
commit 6279f2cbad
10 changed files with 4379 additions and 5260 deletions
+4 -4
View File
@@ -5,10 +5,10 @@
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noImplicitAny": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true
"verbatimModuleSyntax": true,
"types": ["node"]
},
"exclude": [
"dist_*/**/*.d.ts"
]
"exclude": ["dist_*/**/*.d.ts"]
}