[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/getsentry/sentry-javascript/develop/tsconfig.dev.json [Back]  [Original]

// TODO This should eventually end up as the tsconfig for a dev-utils package
{
  "extends": "./tsconfig.json",

  "include": ["**/scripts/**/*.ts", "vite/**/*.ts"],

  "compilerOptions": {
    "types": ["node"]
  }
}

Web Proxy Viewer  |  New URL  |  Original Page