Browse Source

fix(typescript): Disable declationMap

Daniel Griesser 5 years ago
parent
commit
4f36883a07
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tsconfig.json

+ 1 - 0
tsconfig.json

@@ -2,6 +2,7 @@
     "extends": "./node_modules/@sentry/typescript/tsconfig.json",
     "compilerOptions": {
         "declaration": false,
+        "declarationMap": false,
         "allowJs": true,
         "module": "commonjs",
         "jsx": "react",