From e828f380e779b7c6c0b6cb45508ed59516c0feda Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 23 Feb 2023 01:07:20 -0600 Subject: Update web header and search --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 2b93dd0fb..cace91f5e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "compilerOptions": { "paths": { "lib/*": ["./src/lib/*"], + "platform/*": ["./src/platform/*"], "state/*": ["./src/state/*"], "view/*": ["./src/view/*"] } -- cgit 1.4.1