mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Fix tsconfig settigns for ES2022
This commit is contained in:
parent
cea218b81a
commit
442a4ff6e0
1 changed files with 4 additions and 3 deletions
|
|
@ -7,15 +7,15 @@
|
|||
"declaration": false,
|
||||
"downlevelIteration": true,
|
||||
"experimentalDecorators": true,
|
||||
"module": "es2020",
|
||||
"module": "ES2020",
|
||||
"moduleResolution": "node",
|
||||
"importHelpers": true,
|
||||
"target": "es2020",
|
||||
"target": "ES2022",
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
],
|
||||
"lib": [
|
||||
"es2018",
|
||||
"ES2018",
|
||||
"dom",
|
||||
"dom.iterable"
|
||||
]
|
||||
|
|
@ -24,5 +24,6 @@
|
|||
"fullTemplateTypeCheck": true,
|
||||
"strictInjectionParameters": true,
|
||||
"strictTemplates": true,
|
||||
"useDefineForClassFields": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue