Files
collection.ts/tsconfig.json
Infendro 24838b8f77
All checks were successful
/ publish (push) Successful in 1m24s
Implement Collection
2026-04-27 19:00:49 +02:00

11 lines
188 B
JSON

{
"compilerOptions": {
"rootDir": "./src/",
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"outDir": "./dist/",
"declaration": true
}
}