We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2ed52 commit 68fbce5Copy full SHA for 68fbce5
tsconfig.base.json
@@ -16,7 +16,7 @@
16
"noUnusedLocals": true,
17
"noUnusedParameters": true,
18
"downlevelIteration": true,
19
- "lib": ["es2015", "es2016", "es2017", "esnext.array", "esnext.asynciterable", "dom"],
+ "lib": ["es2015", "es2016", "es2017", "esnext.string", "esnext.array", "esnext.asynciterable", "dom"],
20
"paths": {
21
"@hypertrace/assets-library": ["projects/assets-library/src/public-api.ts"],
22
"@hypertrace/common": ["projects/common/src/public-api.ts"],
0 commit comments