Files
inspector/client/tsconfig.json
Ashwin Bhat 3cdd6faed7 init client
2024-10-07 16:28:05 -07:00

14 lines
213 B
JSON

{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}