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
2026-05-08 00:00:00 +00: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/*"]
}
}
}