BREAKING CHANGE(package): migrate package to the @git.zone scope and ESM-based tooling

This commit is contained in:
2026-03-24 18:58:12 +00:00
parent 7999e00965
commit b04961e6a2
18 changed files with 9778 additions and 242 deletions

View File

@@ -1,13 +1,11 @@
{
"compilerOptions": {
"declaration": true,
"module": "commonjs",
"target": "ES6",
"outDir": "./dist/"
},
"exclude": [
"./node_modules",
"./test",
"./dist"
]
}
"compilerOptions": {
"esModuleInterop": true,
"baseUrl": "."
},
"exclude": [
"node_modules",
"test",
"dist_ts"
]
}