浏览代码

chore: add link to node16 ts

userquin 4 月之前
父节点
当前提交
e8954c92b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/postbuild.mjs

+ 1 - 1
scripts/postbuild.mjs

@@ -12,7 +12,7 @@ async function patchRootDts() {
 }
 
 /**
- * Fix node10 issue:
+ * Fix node16 issue: https://www.typescriptlang.org/tsconfig/#allowArbitraryExtensions
  * - node10 and bundler will check for d.vue.ts and vue.d.ts file when importing a vue file in a dts
  * - node16 will check only for d.vue.ts file, this function will just copy/paste the content of vue.d.ts to d.vue.ts
  *