26 lines
No EOL
542 B
JSON
26 lines
No EOL
542 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "solid-js",
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"types": [
|
|
"@solidjs/start/env",
|
|
"vinxi/types/client",
|
|
"@types/wicg-file-system-access",
|
|
"vite-plugin-pwa/solid"
|
|
],
|
|
"isolatedModules": true,
|
|
"paths": {
|
|
"~/*": [
|
|
"./src/*"
|
|
]
|
|
}
|
|
}
|
|
} |