{
  "extends": "../../tsconfig.json",
  "ts-node": {
      // Tell ts-node CLI to install the --loader automatically
      "esm": true
  },
  "include": [
    "src/**/*.ts"
  ],
}