mirror of https://github.com/waku-org/waku-lab.git
14 lines
213 B
JSON
14 lines
213 B
JSON
|
{
|
||
|
"files": [],
|
||
|
"references": [
|
||
|
{ "path": "./tsconfig.app.json" },
|
||
|
{ "path": "./tsconfig.node.json" }
|
||
|
],
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@/*": ["./src/*"]
|
||
|
}
|
||
|
}
|
||
|
}
|