-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read properties of undefined (reading 'extends') #8435
Comments
Can you try using This is how I've set up the typescript config file for my test project. Wondering if the
|
@mmaietta thank you! I would be nice to add this to the documentation and how to add the types in the jsdoc comment in a js file. |
You mean jsdoc/intellisense like this? https://www.electron.build/api/programmatic-usage |
Oh, didn't see that! |
I wanted to move the configuration of electron-builder from
package.json
to a typescript file namedelectron-builder.ts
.Running the script
electron-builder --dir
throws the following error:Cannot read properties of undefined (reading 'extends')
I tried to rename the config file but had the same error.
See also:
quadre-code/quadre@9c02b17
https://github.com/quadre-code/quadre/actions/runs/10614792861/job/29421489405
Using the js version seems to work (just needs to have a differente name from the default).
The text was updated successfully, but these errors were encountered: