diff --git a/tsconfig.base.json b/tsconfig.base.json index 37881ac..ff7f1a4 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -1,6 +1,9 @@ { "extends": "@manuth/tsconfig/recommended", "compilerOptions": { - "module": "Node16" + "module": "Node16", + "lib": [ + "ES2022" + ] } } \ No newline at end of file