{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "./base.json",
  "display": "Node",
  "compilerOptions": {
    "types": [
      "node"
    ]
  }
}