@sentry-internal/typescript

8.32.0 • Public • Published

Sentry

Sentry TypeScript Configuration

npm version npm dm npm dt

Links

General

Shared typescript configuration used at Sentry.

Installation

# With Yarn:
yarn add --dev @sentry-internal/typescript

# With NPM:
npm install --save-dev @sentry-internal/typescript

Usage

Add the following config files to your project's root directory:

tsconfig.json:

{
  "extends": "./node_modules/@sentry-internal/typescript/tsconfig.json",
  "compilerOptions": {
    "baseUrl": ".",
    "rootDir": "src",
    "outDir": "dist"
  }
}

For an example of how to use this package in a monorepo, check out this package's own parent repo, https://github.com/getsentry/sentry-javascript.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @sentry-internal/typescript

      Weekly Downloads

      1,765

      Version

      8.32.0

      License

      MIT

      Unpacked Size

      3.85 kB

      Total Files

      4

      Last publish

      Collaborators

      • haza
      • sentry-bot
      • mitsuhiko
      • zeeg
      • leedongwei
      • evanpurkhiser
      • billyvg
      • jauer
      • markstory