Files
simple-react-app-kit/packages/ui/tsconfig.lint.json
T

15 lines
312 B
JSON
Raw Normal View History

2026-07-26 23:21:33 +08:00
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"skipLibCheck": true,
"strict": true,
"outDir": "dist"
},
2026-07-30 15:50:51 +08:00
"include": ["src"],
2026-07-26 23:21:33 +08:00
"exclude": ["node_modules", "dist"]
}