{
  "compilerOptions": {
    // highlight JS errors in editors for this project
    "checkJs": true,
    "module": "node16",
    "target": "es2020",
    "moduleResolution": "node16"
  }
}
