chore(platform-seed): 🔧 Update TypeScript compiler config for platform seed builds

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-20 03:08:20 -07:00
parent 29533e05d8
commit 99da39fda8

View file

@ -0,0 +1,10 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@lilith/configs/typescript/base",
"compilerOptions": {
"noEmit": true,
"paths": {}
},
"include": ["bin/**/*.ts", "src/**/*.ts"],
"exclude": ["node_modules", "dist", "devData"]
}