Add ES2022 library by default

This commit is contained in:
Manuel Thalmann 2022-12-14 08:20:52 +01:00
parent 6429f05860
commit 52552e8fc2
No known key found for this signature in database
GPG key ID: 5FD9AD3CCDDBD27B

View file

@ -1,6 +1,9 @@
{ {
"extends": "@manuth/tsconfig/recommended", "extends": "@manuth/tsconfig/recommended",
"compilerOptions": { "compilerOptions": {
"module": "Node16" "module": "Node16",
"lib": [
"ES2022"
]
} }
} }