{
  "$schema": "https://json.schemastore.org/tsconfig",
  "display": "@pob:target:rollup-babel",
  "extends": "./base-bundler.json",

  "compilerOptions": {
    "isolatedModules": true,
    "target": "esnext",
    "lib": ["esnext"]
  }
}
