🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
400 B
JSON
16 lines
400 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "React TypeScript Configuration",
|
|
"extends": "@lilith/typescript-config-base/tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
"noEmit": true,
|
|
"composite": true,
|
|
"isolatedModules": true
|
|
}
|
|
}
|