mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 04:22:50 +00:00
12 lines
209 B
JSON
12 lines
209 B
JSON
{
|
|
"extends": "./node_modules/@openstapps/configuration/tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es5",
|
|
"es2015",
|
|
"es2016.array.include",
|
|
"esnext.asynciterable"
|
|
]
|
|
}
|
|
}
|