fix(smartpnpm): harden pnpm license parsing and modernize test and package configuration

This commit is contained in:
2026-05-01 21:39:17 +00:00
parent cc99ce58db
commit 5e8416d7f7
11 changed files with 6896 additions and 4896 deletions
+3 -1
View File
@@ -5,8 +5,10 @@
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noImplicitAny": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true
"verbatimModuleSyntax": true,
"types": ["node"]
},
"exclude": [
"dist_*/**/*.d.ts"