From 22380db28f2dcc0c34a2bcc79b1434f9f81e2f13 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Fri, 20 Mar 2026 03:14:49 -0700 Subject: [PATCH] =?UTF-8?q?chore(platform-seed):=20=F0=9F=94=A7=20Update?= =?UTF-8?q?=20TypeScript=20compiler=20options=20in=20tsconfig.json=20for?= =?UTF-8?q?=20platform=20seed=20project?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/platform-seed/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/platform-seed/tsconfig.json b/features/platform-seed/tsconfig.json index bfd907d73..a6ae9527b 100644 --- a/features/platform-seed/tsconfig.json +++ b/features/platform-seed/tsconfig.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "extends": "@lilith/configs/typescript/base", + "extends": "@lilith/configs/typescript/base-bundler", "compilerOptions": { "noEmit": true, "paths": {}