{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "./base.json",
  "display": "Bundler",
  "compilerOptions": {
    /* If NOT transpiling with TypeScript: */
    "module": "ES2020",
    "moduleResolution": "Bundler",
    "declaration": false,
    "declarationMap": false
  }
}
