chore: fix comment typo (#13485)

* chore: fix comment typo

* chore: regenerate tsconfig file

Co-authored-by: terencekhwu <terencekhwu@tencent.com>
This commit is contained in:
Terence Ng
2021-06-19 19:16:54 +08:00
committed by GitHub
parent 101249f3aa
commit 9cbe283bb8
2 changed files with 2 additions and 2 deletions

View File

@@ -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",