mirror of
https://github.com/OpenListTeam/OpenList-Frontend.git
synced 2026-03-13 11:20:24 +00:00
* fix: resolve all prompt errors * feat(home): display loaded folder info * feat(setting): add `Load Default Settings` button
22 lines
529 B
JSON
22 lines
529 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "solid-js",
|
|
"types": ["vite/client", "@hrgui/libass-wasm-ts"],
|
|
"noEmit": true,
|
|
"isolatedModules": false,
|
|
"paths": {
|
|
"~/*": ["./src/*"]
|
|
// "@solidjs/router": ["./solid-router/src/index.tsx"]
|
|
},
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|