From 9cbe283bb8f0d879130db814198e7d7bca86dceb Mon Sep 17 00:00:00 2001 From: Terence Ng Date: Sat, 19 Jun 2021 19:16:54 +0800 Subject: [PATCH] chore: fix comment typo (#13485) * chore: fix comment typo * chore: regenerate tsconfig file Co-authored-by: terencekhwu --- scripts/generators/tsconfig.js | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/generators/tsconfig.js b/scripts/generators/tsconfig.js index 98b2f94c7a..413f4e3e75 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", diff --git a/tsconfig.json b/tsconfig.json index 7fc7051507..e842563ddc 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": [