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 1d190d8 commit f79674d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"esModuleInterop": true,
"resolveJsonModule": true,
"strict": false,
"noImplicitAny": false
"noImplicitAny": false,
"paths": {
"@biothings-explorer/utils": ["../utils"],
}
},
"include": [
"./src/**/*",
Expand All @@ -23,5 +26,10 @@
"exclude": [
"node_modules",
"__tests__/"
],
"references": [
{
"path": "../utils"
}
]
}

0 comments on commit f79674d

Please sign in to comment.