writekit/frontends/owner-tools/tsconfig.json

16 lines
329 B
JSON
Raw Normal View History

2026-01-09 00:16:46 +02:00
{
"compilerOptions": {
"target": "ES2020",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"strict": true,
"noEmit": true,
"isolatedModules": true,
"esModuleInterop": true,
"skipLibCheck": true
2026-01-09 00:16:46 +02:00
},
"include": ["src"]
}