5dca94a3fc
Manifest-based CDN updater and mod manager for the OctoWoW 1.12.1 client: launcher-owned realmlist, torrent-backed content sync with bundled aria2c, antivirus and Defender exclusion handling, hardware-aware render distance, optional client tweaks and mods, and the in-launcher news feed.
23 lines
480 B
JSON
23 lines
480 B
JSON
{
|
|
"extends": "@electron-toolkit/tsconfig/tsconfig.web.json",
|
|
"include": [
|
|
"src/renderer/env.d.ts",
|
|
"src/common/**/*.ts",
|
|
"src/renderer/**/*",
|
|
"src/main/types.d.ts",
|
|
"src/preload/window.d.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"jsx": "react-jsx",
|
|
"ignoreDeprecations": "6.0",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~common/*": ["./src/common/*"],
|
|
"~main/*": ["./src/main/*"],
|
|
"~renderer/*": ["./src/renderer/*"],
|
|
"~build/*": ["./build/*"]
|
|
}
|
|
}
|
|
}
|