Skip to content

Cloudscript github integration doesn't seem to work with 'outDir' set in tsconfig.json #7

@andy-hugecalf

Description

@andy-hugecalf

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions