diff --git a/tsconfig.json b/tsconfig.json index 066a5f38..058a0e30 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,11 @@ { - "extends": "./node_modules/@openstapps/configuration/tsconfig.json" + "extends": "./node_modules/@openstapps/configuration/tsconfig.json", + "compilerOptions": { + "lib": [ + "es5", + "es2015", + "es2016.array.include", + "esnext.asynciterable" + ] + } }