Files
yaak/packages/ui/tsconfig.json
2026-03-07 07:32:58 -08:00

15 lines
310 B
JSON

{
"compilerOptions": {
"target": "es2021",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"strict": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"module": "ESNext",
"moduleResolution": "Node",
"jsx": "react-jsx",
"noEmit": true
},
"include": ["src"]
}