فهرست منبع

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
  *