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

@@ -3,6 +3,11 @@
{
"compileOnSave": false,
"compilerOptions": {
"paths": {
"dockview-angular": [
"./dist/dockview-angular"
]
},
"outDir": "./dist/out-tsc",
"strict": true,
"noImplicitOverride": true,
@@ -23,5 +28,13 @@
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
}
},
"references": [
{
"path": "./projects/dockview-angular/tsconfig.lib.json"
},
{
"path": "./projects/dockview-angular/tsconfig.spec.json"
}
]
}