Skip to content

Commit

Permalink
Merge pull request #2 from kevinxin90/fix_issue_1
Browse files Browse the repository at this point in the history
Include biolink.json file in built folder
  • Loading branch information
kevinxin90 authored Mar 12, 2021
2 parents be50d47 + f2bd012 commit 5a15925
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@biothings-explorer/query_graph_handler",
"version": "0.0.2",
"description": "",
"description": "A nodejs module to query TRAPI Query Graph",
"main": "built/index.js",
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -56,4 +56,4 @@
"lodash": "^4.17.21",
"redis": "^3.0.2"
}
}
}
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
"rootDir": "./src",
"declaration": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"strict": false,
"noImplicitAny": false
},
"include": [
"./src/**/*"
"./src/**/*",
"./src/biolink.json"
],
"exclude": [
"node_modules",
Expand Down

0 comments on commit 5a15925

Please sign in to comment.