Refactoring base files

This commit is contained in:
Sergei_Verbitski
2026-03-23 18:47:49 +03:00
parent 8575fd6db8
commit 76bea61d91
12 changed files with 114 additions and 8194 deletions

View File

@@ -158,7 +158,12 @@ const pkg = `
"types": "./dist/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js"
}
},
"./*": {
"types": "./dist/*.d.ts",
"import": "./dist/*.js",
"require": "./dist/*.cjs.js"
}
}
}
`;