mirror of
https://github.com/vercel/commerce.git
synced 2025-07-21 19:51:22 +00:00
pull m4-sonnguyen
This commit is contained in:
parent
8e7858d652
commit
d979442f5f
@ -36,3 +36,4 @@ export { default as ModalCreateUserInfo} from './ModalCreateUserInfo/ModalCreate
|
|||||||
export { default as CardBlog} from './CardBlog/CardBlog'
|
export { default as CardBlog} from './CardBlog/CardBlog'
|
||||||
export { default as RelevantBlogPosts} from './RelevantBlogPosts/RelevantBlogPosts'
|
export { default as RelevantBlogPosts} from './RelevantBlogPosts/RelevantBlogPosts'
|
||||||
export { default as CollapseCommon} from './CollapseCommon/CollapseCommon'
|
export { default as CollapseCommon} from './CollapseCommon/CollapseCommon'
|
||||||
|
export { default as BreadcrumbCommon } from './BreadcrumbCommon/BreadcrumbCommon'
|
@ -12,7 +12,6 @@
|
|||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"isolatedModules": true,
|
|
||||||
"jsx": "preserve",
|
"jsx": "preserve",
|
||||||
"incremental": true,
|
"incremental": true,
|
||||||
"noUnusedLocals": true,
|
"noUnusedLocals": true,
|
||||||
@ -26,7 +25,8 @@
|
|||||||
"@commerce/*": ["framework/commerce/*"],
|
"@commerce/*": ["framework/commerce/*"],
|
||||||
"@framework": ["framework/vendure"],
|
"@framework": ["framework/vendure"],
|
||||||
"@framework/*": ["framework/vendure/*"]
|
"@framework/*": ["framework/vendure/*"]
|
||||||
}
|
},
|
||||||
|
"isolatedModules": true
|
||||||
},
|
},
|
||||||
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
|
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user