This commit is contained in:
2024-12-12 02:11:01 +02:00
parent 1810c550ba
commit 2939b029b0
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
export * from "./qrCodePlacements";
export * from "./EPOCH";
export { qrCodePlacements, type QrCodePlacement } from "./qrCodePlacements";
export { EPOCH } from "./EPOCH";
+1 -1
View File
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"declaration": true,
"target": "ES2020",
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"outDir": "./dist",