Add ES2022
library by default
This commit is contained in:
parent
6429f05860
commit
52552e8fc2
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"extends": "@manuth/tsconfig/recommended",
|
||||
"compilerOptions": {
|
||||
"module": "Node16"
|
||||
"module": "Node16",
|
||||
"lib": [
|
||||
"ES2022"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue