Skip to content

Commit cc3756f

Browse files
authored
Merge pull request NationalBankBelgium#54 from mhenkens/feature/angular16
Feature angular16
2 parents 873ccf4 + c3d84f8 commit cc3756f

File tree

85 files changed

+11070
-6861
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+11070
-6861
lines changed

demo-app/ng15/tsconfig.json

+3-9
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,9 @@
1111
"module": "es2020",
1212
"moduleResolution": "node",
1313
"importHelpers": true,
14-
"target": "ES2022",
15-
"typeRoots": [
16-
"node_modules/@types"
17-
],
18-
"lib": [
19-
"dom",
20-
"dom.iterable",
21-
"es2017"
22-
],
14+
"target": "es2022",
15+
"typeRoots": ["node_modules/@types"],
16+
"lib": ["dom", "dom.iterable", "es2022"],
2317
"useDefineForClassFields": false
2418
},
2519
"angularCompilerOptions": {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)