I have 'outDir' to to "./lib/" in my tsconfig.json file so that the JS files aren't a mess in amongst the TS files. However when pushing to my remote repo (which is already set up and tested with cloudscript), a new revision doesn't appear.
When I ditch the outDir parameter, and set the 'outFile' parameter in tsconfig to "./main.js" and push, the revision is picked up almost instantly.
Can it be set so that it picks up .js files in all sub directories, so that we don't have to have a mix of js and ts files in the same directory?
Cheers,
Andy