From 9b4bf4d0563ea66f800721c7a8a31bb81dc4863b Mon Sep 17 00:00:00 2001 From: Jake Bassett Date: Tue, 20 Jul 2021 12:39:42 -0700 Subject: [PATCH 1/2] feat: add esnext.string to ts libs --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index d964c35f0..a163ee42d 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -16,7 +16,7 @@ "noUnusedLocals": true, "noUnusedParameters": true, "downlevelIteration": true, - "lib": ["es2015", "es2016", "es2017", "esnext.array", "esnext.asynciterable", "dom"], + "lib": ["es2015", "es2016", "es2017", "esnext.string","esnext.array", "esnext.asynciterable", "dom"], "paths": { "@hypertrace/assets-library": ["projects/assets-library/src/public-api.ts"], "@hypertrace/common": ["projects/common/src/public-api.ts"], From 5dcb859d7c6346352bd3f67d9e16e561705b0193 Mon Sep 17 00:00:00 2001 From: Jake Bassett Date: Tue, 20 Jul 2021 13:35:44 -0700 Subject: [PATCH 2/2] style: prettier --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index a163ee42d..0b614ff7f 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -16,7 +16,7 @@ "noUnusedLocals": true, "noUnusedParameters": true, "downlevelIteration": true, - "lib": ["es2015", "es2016", "es2017", "esnext.string","esnext.array", "esnext.asynciterable", "dom"], + "lib": ["es2015", "es2016", "es2017", "esnext.string", "esnext.array", "esnext.asynciterable", "dom"], "paths": { "@hypertrace/assets-library": ["projects/assets-library/src/public-api.ts"], "@hypertrace/common": ["projects/common/src/public-api.ts"],