platform-codebase/features/platform-seed/tsconfig.json
Claude Code 22380db28f chore(platform-seed): 🔧 Update TypeScript compiler options in tsconfig.json for platform seed project
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 03:14:50 -07:00

10 lines
272 B
JSON

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