Skip to content

Commit 22790a3

Browse files
committed
Add "paths" to tsconfig.json (seems to not have any effect)
1 parent 3a3d948 commit 22790a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

jbrowse/tsconfig.json

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

0 commit comments

Comments
 (0)