Skip to content

Commit

Permalink
Updated tsconfig to include the framework folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades committed Dec 30, 2020
1 parent 0f71520 commit 5b5c870
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"@assets/*": ["assets/*"],
"@config/*": ["config/*"],
"@components/*": ["components/*"],
"@utils/*": ["utils/*"]
"@utils/*": ["utils/*"],
"@commerce/*": ["framework/commerce/*"],
"@framework/*": ["framework/bigcommerce/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
Expand Down

0 comments on commit 5b5c870

Please sign in to comment.