MQL5-Google-Onedrive/pentagi/frontend/tsconfig.json

10 lines
227 B
JSON
Raw Permalink Normal View History

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