mirror of
https://github.com/OpenListTeam/OpenList-Frontend.git
synced 2026-03-15 03:20:25 +00:00
21 lines
476 B
JSON
21 lines
476 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "solid-js",
|
|
"types": ["vite/client"],
|
|
"noEmit": true,
|
|
"isolatedModules": false,
|
|
"paths": {
|
|
"~/*": ["./src/*"],
|
|
"@solidjs/router": ["./solid-router/src/index.tsx"]
|
|
},
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|