29 lines
No EOL
649 B
JSON
29 lines
No EOL
649 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",
|
|
"@testing-library/jest-dom",
|
|
"@types/wicg-file-system-access",
|
|
"vinxi/types/client",
|
|
"vite-plugin-solid-svg/types-component-solid",
|
|
"vite-plugin-pwa/solid",
|
|
"bun-types"
|
|
],
|
|
"isolatedModules": true,
|
|
"paths": {
|
|
"~/*": [
|
|
"./src/*"
|
|
]
|
|
}
|
|
}
|
|
} |