Skip to content

Commit 68fbce5

Browse files
authored
feat: add esnext.string to ts libs (#1013)
* feat: add esnext.string to ts libs * style: prettier
1 parent ba2ed52 commit 68fbce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"noUnusedLocals": true,
1717
"noUnusedParameters": true,
1818
"downlevelIteration": true,
19-
"lib": ["es2015", "es2016", "es2017", "esnext.array", "esnext.asynciterable", "dom"],
19+
"lib": ["es2015", "es2016", "es2017", "esnext.string", "esnext.array", "esnext.asynciterable", "dom"],
2020
"paths": {
2121
"@hypertrace/assets-library": ["projects/assets-library/src/public-api.ts"],
2222
"@hypertrace/common": ["projects/common/src/public-api.ts"],

0 commit comments

Comments
 (0)