mirror of
https://github.com/MbinOrg/mbin-website.git
synced 2025-07-23 02:18:59 +00:00
19 lines
446 B
JSON
19 lines
446 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", "unplugin-icons/types/solid"],
|
|
"isolatedModules": true,
|
|
"paths": {
|
|
"~/*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|