From 691af26895bcc2077c062bc5dd3f3ad3381fa51a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 3 Nov 2023 16:17:40 -0500 Subject: Add subpath imports (#1808) --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 4cae9d24f..24c347c73 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "jsx": "react-jsx", "types": ["node"], "paths": { + "#/*": ["./src/*"], "lib/*": ["./src/lib/*"], "platform/*": ["./src/platform/*"], "state/*": ["./src/state/*"], -- cgit 1.4.1