2023-04-15 01:21:33 -04:00
|
|
|
{
|
2023-04-15 04:34:50 -04:00
|
|
|
"compilerOptions": {
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"esModuleInterop": true,
|
2023-04-21 08:32:26 -04:00
|
|
|
"resolveJsonModule": true,
|
2023-04-15 04:34:50 -04:00
|
|
|
"target": "ESNext",
|
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"jsxImportSource": "solid-js",
|
|
|
|
"jsx": "preserve",
|
|
|
|
"strict": true,
|
|
|
|
"types": [
|
|
|
|
"solid-start/env"
|
|
|
|
],
|
|
|
|
"baseUrl": "./",
|
|
|
|
"paths": {
|
|
|
|
"~/*": [
|
|
|
|
"./src/*"
|
|
|
|
]
|
|
|
|
}
|
2023-04-15 01:21:33 -04:00
|
|
|
}
|
|
|
|
}
|