fix(package): rename package metadata from logcontext to smartcontext and tighten TypeScript build configuration

This commit is contained in:
2026-04-30 12:53:11 +00:00
parent 0c13bf6be4
commit 384964be30
9 changed files with 2194 additions and 3982 deletions
+3 -3
View File
@@ -5,12 +5,12 @@
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noImplicitAny": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {}
"types": ["node"]
},
"exclude": [
"dist_*/**/*.d.ts"
]
}
}