Files
dwellops-platform/packages/config/tsconfig/react-library.json
2026-03-10 21:30:52 -03:00

10 lines
206 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./base.json",
"compilerOptions": {
"target": "ES2022",
"lib": ["dom", "dom.iterable", "ES2022"],
"jsx": "react-jsx"
}
}