Skip to content

Commit 4d0ca25

Browse files
committed
jbrowse: add tsconfig.json
1 parent 6103bab commit 4d0ca25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jbrowse/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2-
"extends": "./node_modules/@labkey/build/webpack/tsconfig.json"
2+
"extends": "./node_modules/@labkey/build/webpack/tsconfig.json",
3+
"include": ["src/client/**/*"],
4+
"exclude": ["node_modules"]
35
}
46

0 commit comments

Comments
 (0)