This repo is archived. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
OctoLauncher/tsconfig.json
T
OctoTeam ec0557204c
Build check / build (push) Has been cancelled
Initial commit
2026-05-07 20:06:01 -07:00

17 lines
310 B
JSON

{
"files": [],
"references": [
{ "path": "./tsconfig.node.json" },
{ "path": "./tsconfig.web.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~common/*": ["./src/common/*"],
"~main/*": ["./src/main/*"],
"~renderer/*": ["./src/renderer/*"],
"~build/*": ["./build/*"]
}
}
}