• tsconfig-backend.json
  • {
        "extends": "./tsconfig.json",
        "compilerOptions": {
            "esModuleInterop": false
        },
        "files": [
            "./src/util.ts"
        ]
    }