Files
kanban-elements-demo/tsconfig.app.json
Giuliano Silvestro 10982976bf Initial commit: kanban-elements-demo app
Interactive Angular 19 demo for @sda/kanban-elements-ui with board
view, pipeline view, swimlanes, drag-and-drop, WIP limits, custom
card templates, and dark mode toggle.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 21:57:35 +10:00

14 lines
186 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": [
"src/main.ts"
],
"include": [
"src/**/*.d.ts"
]
}