{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "./tsconfig.json",
  "files": ["src/index.web.ts"],
  "compilerOptions": {
    "moduleSuffixes": [".web", ""]
  }
}
