fix(smartdeno): normalize stderr output to an empty string and update build configuration

This commit is contained in:
2026-04-30 17:32:30 +00:00
parent 78a5615bb5
commit f93d3e2cfe
10 changed files with 2378 additions and 1753 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"]
}