frappe / books

Free Accounting Software
https://frappe.io/books
GNU Affero General Public License v3.0
2.86k stars 660 forks source link

set all visible types in ”@types” packages #698

Closed zaqoutabed closed 1 year ago

18alantom commented 1 year ago

@zaqoutabed I didn't understand what this PR is for, could you explain?

Linting breaks cause of this. This line:

import installExtension, { VUEJS3_DEVTOOLS } from 'electron-devtools-installer';

causes it because VUEJS3_DEVTOOLS is not exported and VUEJS_DEVTOOLS is a different dev tool, so switching won't help.

zaqoutabed commented 1 year ago

I think I am wrong sorry for that I didn't notice that VUEJS DEVTOOLS has different type. I will close this PR. thank you for explanation.