imajin/tooling/tsconfig/tsconfig.react.json
2026-01-17 12:02:24 -08:00

7 lines
137 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"jsx": "react-jsx",
"lib": ["ES2022", "DOM", "DOM.Iterable"]
}
}