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:
parent
101249f3aa
commit
9cbe283bb8
@ -27,7 +27,7 @@ const tsPkgs = [
|
|||||||
|
|
||||||
fs.writeFileSync(
|
fs.writeFileSync(
|
||||||
path.resolve(root, `tsconfig.json`),
|
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(
|
JSON.stringify(
|
||||||
{
|
{
|
||||||
extends: "./tsconfig.base.json",
|
extends: "./tsconfig.base.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",
|
"extends": "./tsconfig.base.json",
|
||||||
"include": [
|
"include": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user