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