From 75380e527b3869ef70ee9aa5d23f51e49f461650 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 18 Apr 2023 17:59:31 +0300 Subject: [PATCH] Cleanup json loader config --- tsconfig.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index b323236a9e7..df61c009e5d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,16 +24,15 @@ "dom" ], "resolveJsonModule": true, + "esModuleInterop": true, "paths": { "primeng/*": ["src/app/components/*/public_api"] } }, - "resolveJsonModule": true, - "esModuleInterop": true, "angularCompilerOptions": { - "enableI18nLegacyMessageIdFormat": false, - "strictInjectionParameters": false, - "strictInputAccessModifiers": false, - "strictTemplates": false, - } + "enableI18nLegacyMessageIdFormat": false, + "strictInjectionParameters": false, + "strictInputAccessModifiers": false, + "strictTemplates": false, + } }