In Webtorm, I have a project with typescript that outputs files from /src to /dist. The SDK-plugin recognizes the src-folder as a Netsuite-project så that I can right-click and perform SDF-operations.
But it doesn't recognize the /dist folder.
I have changed the defaultProjectFolder in suitecloud.config.js to "dist", but webstorm/Ns-sdk seems to ignore this.
Any tips?