diff --git a/@types-ts b/@types-ts index 7724640..6f2b9a3 160000 --- a/@types-ts +++ b/@types-ts @@ -1 +1 @@ -Subproject commit 77246404ca2eabc543aa36290fa97dcd8f7e2b69 +Subproject commit 6f2b9a30f5fefa94ca27b2ec198b90afe03db83a diff --git a/agent-framework-ts/tsconfig.json b/agent-framework-ts/tsconfig.json index 7c35eee..e605b6d 100644 --- a/agent-framework-ts/tsconfig.json +++ b/agent-framework-ts/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@lilith/configs/typescript/esm.json", + "extends": "@lilith/configs-ts/typescript/esm.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src" diff --git a/model-boss-ts/tsconfig.json b/model-boss-ts/tsconfig.json index 0fa3c0e..e4bd887 100644 --- a/model-boss-ts/tsconfig.json +++ b/model-boss-ts/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@lilith/configs/typescript/esm.json", + "extends": "@lilith/configs-ts/typescript/esm.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src", diff --git a/ram-boss-ts/tsconfig.json b/ram-boss-ts/tsconfig.json index 0fa3c0e..e4bd887 100644 --- a/ram-boss-ts/tsconfig.json +++ b/ram-boss-ts/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@lilith/configs/typescript/esm.json", + "extends": "@lilith/configs-ts/typescript/esm.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src", diff --git a/vram-boss-ts/tsconfig.json b/vram-boss-ts/tsconfig.json index 0fa3c0e..e4bd887 100644 --- a/vram-boss-ts/tsconfig.json +++ b/vram-boss-ts/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@lilith/configs/typescript/esm.json", + "extends": "@lilith/configs-ts/typescript/esm.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src",