Setup project correctly for development and release

This commit is contained in:
2025-06-28 00:45:24 -05:00
parent ba36877f03
commit 5b73f1bb47
14 changed files with 3352 additions and 1902 deletions

View File

@@ -9,9 +9,10 @@
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"strictNullChecks": true,
/* ---- output dir ---- */
"outDir": "dist"
},
"include": ["src/**/*"]
"include": ["src/**/*", "tsdown.config.ts", "eslint.config.ts", "knip.config.ts", "bump.config.ts"]
}