Files
lst_v3/frontend/tsconfig.json
Blake Matthes 3e8417dcff
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 3m54s
refactor(builds): refactored the build process to hold in the build info plus version
2026-06-18 13:51:17 -05:00

14 lines
215 B
JSON

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