You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importing the package in a ts file throws an error: import started from "electron-squirrel-startup";
error Could not find a declaration file for module 'electron-squirrel-startup'. '/Users/user/github_projects/app/node_modules/electron-squirrel-startup/index.js' implicitly has an 'any' type.
The text was updated successfully, but these errors were encountered:
importing the package in a ts file throws an error:
import started from "electron-squirrel-startup";
error
Could not find a declaration file for module 'electron-squirrel-startup'. '/Users/user/github_projects/app/node_modules/electron-squirrel-startup/index.js' implicitly has an 'any' type.
The text was updated successfully, but these errors were encountered: