mirror of
https://github.com/mempool/mempool.git
synced 2025-03-12 10:31:03 +01:00
Set build target to es2020
This commit is contained in:
parent
9f4204b815
commit
2dec83735b
2 changed files with 4 additions and 4 deletions
|
@ -7,15 +7,15 @@
|
|||
"declaration": false,
|
||||
"downlevelIteration": true,
|
||||
"experimentalDecorators": true,
|
||||
"module": "ES2022",
|
||||
"module": "ES2020",
|
||||
"moduleResolution": "node",
|
||||
"importHelpers": true,
|
||||
"target": "ES2022",
|
||||
"target": "ES2020",
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
],
|
||||
"lib": [
|
||||
"ES2022",
|
||||
"ES2020",
|
||||
"dom",
|
||||
"dom.iterable"
|
||||
]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"extends": "./tsconfig.app.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./out-tsc/server",
|
||||
"target": "ES2022",
|
||||
"target": "ES2020",
|
||||
"sourceMap": true,
|
||||
"types": [
|
||||
"node"
|
||||
|
|
Loading…
Add table
Reference in a new issue