feat(pkg): Add hda-cms-extension

This commit is contained in:
T. R. Bernstein
2025-02-26 23:55:54 +01:00
parent e4f5b7feb6
commit 07ff1edd24
10 changed files with 3793 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
{
"extends": "@tabshift/typescript-config/base.json",
"exclude": ["tests", "**/*.spec.ts", "node_modules"],
"compilerOptions": {
"outDir": "dist",
"paths": {
"@/*": ["./src/*"]
}
}
}