Skip to content

Update TypeScript recipe given new extensions support #1822

@novemberborn

Description

@novemberborn

It'd be good to update the TypeScript recipe in light of AVA's new extensions support.

I'm suggesting the following in the release notes, but I must admit I haven't actually tested it, and it's not mentioned in the recipe yet:

{
    "ava": {
        "compileEnhancements": false,
        "extensions": ["ts"],
        "require": [
            "ts-node/register"
        ]
    }
}

Shout if you're up for trying the snippet and updating the recipe 😄

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions