fixed: error after package
1.add to package.json -> “script”
"postinstall": "npx typesync"2. run
npm install3. run after install package
npm installทำเว็บนี้ขึ้นมาไว้บันทึกโค้ด วิธีแก้ปัญหา และเรื่องที่เจอระหว่างทาง เผื่อวันหลังต้องย้อนกลับมาอ่านอีกครั้ง
fixed: error after package
1.add to package.json -> “script”
"postinstall": "npx typesync"2. run
npm install3. run after install package
npm install