From d979442f5f3cfa5f1f550eeaa1d52d605b183d8e Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 6 Sep 2021 10:04:12 +0700 Subject: [PATCH] pull m4-sonnguyen --- src/components/common/index.ts | 3 ++- tsconfig.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/common/index.ts b/src/components/common/index.ts index 33d8ba883..138869bb0 100644 --- a/src/components/common/index.ts +++ b/src/components/common/index.ts @@ -35,4 +35,5 @@ export { default as ProductList} from "./ProductList/ProductList" export { default as ModalCreateUserInfo} from './ModalCreateUserInfo/ModalCreateUserInfo' export { default as CardBlog} from './CardBlog/CardBlog' export { default as RelevantBlogPosts} from './RelevantBlogPosts/RelevantBlogPosts' -export { default as CollapseCommon} from './CollapseCommon/CollapseCommon' \ No newline at end of file +export { default as CollapseCommon} from './CollapseCommon/CollapseCommon' +export { default as BreadcrumbCommon } from './BreadcrumbCommon/BreadcrumbCommon' \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 6a08e59f8..316d817b7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,6 @@ "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, - "isolatedModules": true, "jsx": "preserve", "incremental": true, "noUnusedLocals": true, @@ -26,7 +25,8 @@ "@commerce/*": ["framework/commerce/*"], "@framework": ["framework/vendure"], "@framework/*": ["framework/vendure/*"] - } + }, + "isolatedModules": true }, "include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"], "exclude": [