aboutsummaryrefslogtreecommitdiffstats
path: root/.swcrc
blob: 43ec16842cf3ebf51e709cae9aa156639aa6850e (plain) (blame)
1
2
3
4
5
6
7
8
9
{
    "jsc": {
        "parser": {
            "syntax": "typescript",
            "tsx": true,
            "dynamicImport": true
        }
    }
}