Implement Collection
All checks were successful
/ publish (push) Successful in 1m24s

This commit is contained in:
2026-04-27 19:00:49 +02:00
parent 6c7fad267c
commit 24838b8f77
88 changed files with 1153 additions and 10 deletions

View File

@@ -1,11 +1,10 @@
{
"compilerOptions": {
"moduleResolution": "NodeNext",
"module": "NodeNext",
"target": "ESNext",
"rootDir": "./src/",
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"outDir": "./dist/",
"declaration": true,
"strict": true
"declaration": true
}
}