feat(pkg): Add hda-cms-extension
This commit is contained in:
10
packages/hda-cms-extension/tsconfig.json
Normal file
10
packages/hda-cms-extension/tsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "@tabshift/typescript-config/base.json",
|
||||
"exclude": ["tests", "**/*.spec.ts", "node_modules"],
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user