Start adding dockview project
All checks were successful
build / build (push) Successful in 2m53s

This commit is contained in:
2025-12-15 21:28:44 +10:30
parent c44b7d1b72
commit c8d0ac80f3
13 changed files with 286 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/dockview-angular",
"lib": {
"entryFile": "src/public-api.ts"
}
}