{
  "$schema": "http://json.schemastore.org/tsconfig",

  "extends": "./tsconfig-base.json",
  "compilerOptions": {
    "module": "commonjs",
    "target": "es2017",
    "lib": ["es2017"]
  }
}
