We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8421ab commit 0b1cf11Copy full SHA for 0b1cf11
rubberduckvba.client/angular.json
@@ -39,7 +39,7 @@
39
"budgets": [
40
{
41
"type": "initial",
42
- "maximumWarning": "2.5mb",
+ "maximumWarning": "3mb",
43
"maximumError": "4mb"
44
},
45
rubberduckvba.client/tsconfig.json
@@ -16,11 +16,11 @@
16
"experimentalDecorators": true,
17
"moduleResolution": "bundler",
18
"importHelpers": true,
19
- "target": "ES2022",
20
- "module": "ES2022",
+ "target": "es2024",
+ "module": "es2022",
21
"useDefineForClassFields": false,
22
"lib": [
23
- "ES2022",
+ "es2022",
24
"dom"
25
],
26
"skipLibCheck": true
0 commit comments