typescript-config-react/tsconfig.react.json
TransQuinnFTW 46c58d315c 🔧 migrate to @lilith namespace, remove gitlab-ci.yml
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 01:33:14 -08:00

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
}
}