utopia-ui/tsconfig.base.json
2025-06-27 14:42:26 +02:00

12 lines
287 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"moduleResolution": "Node",
"jsx": "react-jsx",
"esModuleInterop": true,
"skipLibCheck": true,
"strictNullChecks": true,
}
}