From 739503f2b6c7484a51365f801efe5579d5e75224 Mon Sep 17 00:00:00 2001 From: terencekhwu Date: Fri, 18 Jun 2021 17:03:56 +0800 Subject: [PATCH 1/2] chore: fix comment typo --- scripts/generators/tsconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generators/tsconfig.js b/scripts/generators/tsconfig.js index 98b2f94c7ada..413f4e3e75cd 100644 --- a/scripts/generators/tsconfig.js +++ b/scripts/generators/tsconfig.js @@ -27,7 +27,7 @@ const tsPkgs = [ fs.writeFileSync( path.resolve(root, `tsconfig.json`), - "/* This file is automatically generated by scripts/generators/tconfig.js */\n" + + "/* This file is automatically generated by scripts/generators/tsconfig.js */\n" + JSON.stringify( { extends: "./tsconfig.base.json", From 855d00a979bf2e2c8fb92826489cfd09d6acaea5 Mon Sep 17 00:00:00 2001 From: terencekhwu Date: Sat, 19 Jun 2021 15:14:48 +0800 Subject: [PATCH 2/2] chore: regenerate tsconfig file --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7fc7051507a7..e842563ddc4f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,4 @@ -/* This file is automatically generated by scripts/generators/tconfig.js */ +/* This file is automatically generated by scripts/generators/tsconfig.js */ { "extends": "./tsconfig.base.json", "include": [