We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c14346 commit c982773Copy full SHA for c982773
tsconfig.json
@@ -2,6 +2,10 @@
2
"extends": "./packages/typescript/tsconfig.json",
3
4
"compilerOptions": {
5
+ // TODO: turn these on once we switch to only generating types once, using `tsconfig.types.json`
6
+ // "declaration": false,
7
+ // "declarationMap": false,
8
+
9
"allowSyntheticDefaultImports": true,
10
"types": ["node"],
11
"noErrorTruncation": true // move me up to @sentry/typescript
0 commit comments