Skip to content

Commit f219c29

Browse files
committed
Remove "paths" from tsconfig.json
1 parent 5e0089a commit f219c29

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

jbrowse/tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"extends": "./node_modules/@labkey/build/webpack/tsconfig.json",
33
"include": ["src/client/**/*"],
4-
"exclude": ["node_modules"],
5-
"paths": {
6-
"react": ["./node_modules/@types/react"]
7-
}
4+
"exclude": ["node_modules"]
85
}
96

0 commit comments

Comments
 (0)