summary refs log tree commit diff
path: root/api/.swcrc
blob: f04801b85a23fe09be2027c070adeb60b8277cb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
    "jsc": {
        "parser": {
            "syntax": "typescript",
            "decorators": true
        },
        "target": "es2021"
    }
}