fix(build): add ansi-256-colors type declarations and update build configuration

This commit is contained in:
2026-05-01 15:57:56 +00:00
parent 047e994439
commit 38f8ca4e78
10 changed files with 3704 additions and 3293 deletions
+2 -2
View File
@@ -5,10 +5,10 @@
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noImplicitAny": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {}
"types": ["node"]
},
"exclude": ["dist_*/**/*.d.ts"]
}