Skip to content

Commit

Permalink
build: update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Sep 27, 2024
1 parent 9088f75 commit cff53d1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./built"
"outDir": "./built",
"paths": {
"biolink-model": ["../biolink-model"]
}
},
"include": ["./src/**/*"],
"exclude": ["node_modules", "__test__/"]
"exclude": ["node_modules", "__test__/"],
"references": [
{
"path": "../biolink-model"
}
]
}

0 comments on commit cff53d1

Please sign in to comment.