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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user