Skip to content

Commit e4c28da

Browse files
committed
remove unnecessary paths config from top-level tsconfig
1 parent 7f79678 commit e4c28da

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"extends": "./packages/typescript/tsconfig.json",
3+
34
"compilerOptions": {
4-
"baseUrl": "packages",
55
"allowSyntheticDefaultImports": true,
66
"types": ["node"],
7-
"paths": {
8-
"@sentry/*": ["*/src"]
9-
},
107
"noErrorTruncation": true
118
}
129
}

0 commit comments

Comments
 (0)