waku-lab/examples/buddybook/tsconfig.json

14 lines
213 B
JSON
Raw Normal View History

2024-10-25 00:11:04 +00:00
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}