Asymmetrik/node-rest-starter

View on GitHub
.prod.swcrc

Summary

Maintainability
Test Coverage
{
    "$schema": "https://json.schemastore.org/swcrc",
    "minify": false,
    "jsc": {
        "parser": {
            "syntax": "typescript",
            "tsx": false,
            "decorators": false,
            "dynamicImport": false
        }
    },
    "module": {
        "type": "commonjs"
    },
    "env": {
        "targets": "node 16"
    },
    "exclude": [".*\\.d\\.ts"]
}