2025-01-23 11:16:33 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ESNext",
|
|
|
|
"module": "ESNext",
|
2025-01-29 17:35:25 -05:00
|
|
|
"moduleResolution": "bundler",
|
2025-01-23 11:16:33 -05:00
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"jsx": "preserve",
|
|
|
|
"jsxImportSource": "solid-js",
|
|
|
|
"allowJs": true,
|
|
|
|
"strict": true,
|
|
|
|
"noEmit": true,
|
|
|
|
"types": ["vinxi/client", "vite/client", "solid-jsx/types"],
|
|
|
|
"isolatedModules": true,
|
|
|
|
"paths": {
|
2025-01-29 17:35:25 -05:00
|
|
|
"~/*": ["./src/*"]
|
|
|
|
}
|
2025-01-23 11:16:33 -05:00
|
|
|
}
|
|
|
|
}
|