Files

12 lines
205 B
JSON
Raw Permalink Normal View History

2025-07-08 11:16:51 -07:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"skipLibCheck": true,
"paths": {
"@/*": ["./src/*"]
2026-06-04 15:30:01 -07:00
},
"jsx": "react"
2025-07-08 11:16:51 -07:00
}
}