mirror of
https://github.com/OpenListTeam/OpenList-Frontend.git
synced 2026-03-13 11:20:24 +00:00
* feat: add `libass-wasm` as ASS subtitles renderer * style: specification type definition * chore: less font file size with better visual effect * chore: update package.json
21 lines
501 B
JSON
21 lines
501 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"]
|
|
},
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|