diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-02-23 01:07:20 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-02-23 01:07:20 -0600 |
commit | e828f380e779b7c6c0b6cb45508ed59516c0feda (patch) | |
tree | 06a311ebb2d1a39ef4ea70fc2882b8e315938957 /tsconfig.json | |
parent | c5f28376c86478b4c55d9f0910d8d0cb4a1feb06 (diff) | |
download | voidsky-e828f380e779b7c6c0b6cb45508ed59516c0feda.tar.zst |
Update web header and search
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
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/*"] } |