{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./build/web/esm",
    "paths": {
      "$/utils": ["webUtils.ts"]
    }
  },
  "exclude": ["./src/nodeUtils.ts", "src/__tests__/**"]
}
