mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
build: adjust libs in tsconfig.json
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user