PR-420915: Changing the logic for aliases for one source of truth on tsconfig.json and updating packages.

This commit is contained in:
2023-02-21 00:10:34 +00:00
parent 176636ea6b
commit 0bbe080ea0
15 changed files with 1279 additions and 1154 deletions

View File

@ -2,7 +2,3 @@ declare module "*.svg" {
const content: any;
export default content;
}
declare module "@config" {
export const config: any;
}