Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"files": [],
|
||||
"references": [
|
||||
{ "path": "./tsconfig.node.json" },
|
||||
{ "path": "./tsconfig.web.json" }
|
||||
],
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~common/*": ["./src/common/*"],
|
||||
"~main/*": ["./src/main/*"],
|
||||
"~renderer/*": ["./src/renderer/*"],
|
||||
"~build/*": ["./build/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user