feat(wave3): @mosaic/prdy TypeScript PRD wizard (#7)

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #7.
This commit is contained in:
2026-03-07 02:21:54 +00:00
committed by jason.woltje
parent 7f7109fc09
commit 95eed0739d
11 changed files with 690 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "dist", "rootDir": "src" },
"include": ["src"]
}