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
My main ts is located in the src as indicated in my webpack.config:
However the dts-gen tries to resolve the tsconfig from the same diectory No "tsconfig.json" found at "/src/SolarPopup.ts/tsconfig.json"! Unhandled rejection SyntaxError: Unable to resolve configuration.
How should I best proceed?
The text was updated successfully, but these errors were encountered:
I have a bare bones tsconfig in the root of the project, but not in the same location as the main SolarPopup.ts file:
My main ts is located in the src as indicated in my webpack.config:
However the dts-gen tries to resolve the tsconfig from the same diectory
No "tsconfig.json" found at "/src/SolarPopup.ts/tsconfig.json"! Unhandled rejection SyntaxError: Unable to resolve configuration.
How should I best proceed?
The text was updated successfully, but these errors were encountered: