From 52256fd634300b39b915bf1db6020d9d2871a0b4 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Fri, 7 Nov 2025 14:58:32 +0100 Subject: Implement experimental consolidated circulation view --- src/frontend/tsconfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/frontend/tsconfig.json') diff --git a/src/frontend/tsconfig.json b/src/frontend/tsconfig.json index 33b923b..f11f070 100644 --- a/src/frontend/tsconfig.json +++ b/src/frontend/tsconfig.json @@ -15,7 +15,11 @@ "rootDirs": [".", "./.react-router/types"], "baseUrl": ".", "paths": { - "~/*": ["app/*"] + "~/*": ["app/*"], + "~data/*": ["app/data/*"], + "~components/*": ["app/components/*"], + "~routes/*": ["app/routes/*"], + "~i18n/*": ["app/i18n/*"] }, "esModuleInterop": true, "verbatimModuleSyntax": true, -- cgit v1.3