fixing things up

This commit is contained in:
Matt Hill
2021-09-14 13:38:45 -06:00
committed by Aiden McClelland
parent 1dbef9d689
commit c1db00aebb
31 changed files with 1654 additions and 1749 deletions

View File

@@ -4,7 +4,6 @@
"compilerOptions": {
"baseUrl": "./",
"outDir": "./out-tsc/app",
"types": [],
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
@@ -16,11 +15,18 @@
"lib": ["es2018", "dom"]
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"enableI18nLegacyMessageIdFormat": false,
"strictInputAccessModifiers": true,
"strictTemplates": true
},
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
],
"files": [
"src/main.ts",
"src/polyfills.ts"