Skip to content

Commit 66b1b20

Browse files
authored
chore(common): remove unused path (#530)
1 parent 503459f commit 66b1b20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/core/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
],
2727
"baseUrl": ".",
2828
"paths": {
29-
"~/*": ["./*"],
30-
"@bigcommerce/components/*": ["./node_modules/@bigcommerce/components/*"]
29+
"~/*": ["./*"]
3130
},
3231
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
3332
},

0 commit comments

Comments
 (0)