fix(exports): stabilize published types and compatibility with updated dependencies

This commit is contained in:
2026-04-16 19:41:55 +00:00
parent cb6b3db15a
commit 40ffc2b355
25 changed files with 4539 additions and 5354 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"verbatimModuleSyntax": true,
"skipLibCheck": false,
"noEmit": true,
"ignoreDeprecations": "6.0",
"types": ["node"],
"baseUrl": ".",
"paths": {
"@fin.cx/skr": ["../../../dist_ts/index.d.ts"]
}
},
"include": ["./index.ts"]
}