prettier stuff

This commit is contained in:
Dan Percic 2022-06-21 11:25:45 +03:00
parent f8a0682a4a
commit 2eaf94d3ca

View File

@ -18,15 +18,10 @@
"resolveJsonModule": true,
"target": "es2021",
"module": "es2020",
"lib": [
"es2021",
"dom"
],
"lib": ["es2021", "dom"],
"allowSyntheticDefaultImports": true
},
"include": [
"**/*.ts"
],
"include": ["**/*.ts"],
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,