mirror of
https://github.com/waku-org/js-waku-lab.git
synced 2025-01-16 20:15:18 +00:00
14 lines
213 B
JSON
14 lines
213 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./tsconfig.app.json" },
|
|
{ "path": "./tsconfig.node.json" }
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|