mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-28 02:14:35 +00:00
17 lines
310 B
JSON
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/*"]
|
|
}
|
|
}
|
|
}
|