10 lines
203 B
JSON
10 lines
203 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@renderer/*": ["./src/renderer/src/*"],
|
|
}
|
|
},
|
|
"files": [],
|
|
"references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.web.json" }]
|
|
}
|