Skip to content

Commit

Permalink
Cleanup json loader config
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Apr 18, 2023
1 parent acb1496 commit 75380e5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
}

0 comments on commit 75380e5

Please sign in to comment.