Add widget lifecycle module

This commit is contained in:
David Langley
2026-03-13 15:43:25 +00:00
parent fee5f0633c
commit 6aa454c646
16 changed files with 932 additions and 0 deletions
@@ -0,0 +1,7 @@
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"outDir": "lib"
},
"include": ["src"]
}