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, "resolveJsonModule": true,
"target": "es2021", "target": "es2021",
"module": "es2020", "module": "es2020",
"lib": [ "lib": ["es2021", "dom"],
"es2021",
"dom"
],
"allowSyntheticDefaultImports": true "allowSyntheticDefaultImports": true
}, },
"include": [ "include": ["**/*.ts"],
"**/*.ts"
],
"angularCompilerOptions": { "angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false, "enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true, "strictInjectionParameters": true,