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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",

View File

@ -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": [