Skip to content

Commit

Permalink
♻️ 🔧 fix paths issue by adding baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkjrs committed Nov 18, 2022
1 parent 28b7915 commit 97f8f94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@
"dom",
"es2021"
],
"baseUrl": ".",
"paths": {
"@tincre/promo-sync-gtag": [
"node_modules/@tincre/promo-sync-gtag/dist/index"
],
"@tincre/promo-sync-meta": [
"node_modules/@tincre/promo-sync-meta/dist/index"
],
"@tincre/promo-node-utils": [
"node_modules/@tincre/promo-button-node/dist/index"
]
}
}
Expand Down

0 comments on commit 97f8f94

Please sign in to comment.