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, + } }