Преглед на файлове

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
  *