Initial
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
"importHelpers": true,
|
||||
"target": "es2022",
|
||||
"module": "esnext",
|
||||
"lib": ["es2020", "dom"],
|
||||
"lib": [
|
||||
"es2020",
|
||||
"dom"
|
||||
],
|
||||
"skipLibCheck": true,
|
||||
"skipDefaultLibCheck": true,
|
||||
"baseUrl": ".",
|
||||
@@ -36,11 +39,14 @@
|
||||
}
|
||||
],
|
||||
"compileOnSave": false,
|
||||
"exclude": ["node_modules", "tmp"],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"tmp"
|
||||
],
|
||||
"angularCompilerOptions": {
|
||||
"enableI18nLegacyMessageIdFormat": false,
|
||||
"strictInjectionParameters": true,
|
||||
"strictInputAccessModifiers": true,
|
||||
"strictTemplates": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user