Files
shadcn-ui/templates/astro-monorepo/tsconfig.json
2026-02-26 17:11:56 +04:00

10 lines
159 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"skipLibCheck": true,
"strict": true
}
}