mirror of
https://github.com/MbinOrg/mbin-website.git
synced 2025-07-23 10:28:59 +00:00
23 lines
No EOL
443 B
JSON
23 lines
No EOL
443 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "solid-js",
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"types": [
|
|
"vinxi/types/client"
|
|
],
|
|
"isolatedModules": true,
|
|
"paths": {
|
|
"~/*": [
|
|
"./src/*"
|
|
]
|
|
}
|
|
}
|
|
} |