feat: add image-engine and ai stub packages

This commit is contained in:
Siddharth Kumar Sah
2026-03-22 02:44:46 +08:00
parent f210de1a13
commit 19e48203bb
7 changed files with 58 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "./dist", "rootDir": "./src" },
"include": ["src/**/*"]
}