Files
OctoLauncher/tsconfig.node.json
T
OctoWoW 5dca94a3fc OctoLauncher 1.3.1
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.
2026-08-14 01:45:50 +00:00

25 lines
540 B
JSON

{
"extends": "@electron-toolkit/tsconfig/tsconfig.node.json",
"include": [
"src/renderer/env.d.ts",
"electron.vite.config.*",
"src/common/**/*.ts",
"src/main/**/*.ts",
"src/preload/**/*.ts",
"tailwind.config.ts",
"postcss.config.cjs"
],
"compilerOptions": {
"composite": true,
"types": ["electron-vite/node"],
"ignoreDeprecations": "6.0",
"baseUrl": ".",
"paths": {
"~common/*": ["./src/common/*"],
"~main/*": ["./src/main/*"],
"~renderer/*": ["./src/renderer/*"],
"~build/*": ["./build/*"]
}
}
}