Skip to content

Commit e84ffa8

Browse files
committed
add todo to main tsconfig.json
1 parent 1f2c96e commit e84ffa8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"extends": "./packages/typescript/tsconfig.json",
33

44
"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+
59
"allowSyntheticDefaultImports": true,
610
"types": ["node"],
711
"noErrorTruncation": true // move me up to @sentry/typescript

0 commit comments

Comments
 (0)