forked from crowetic/commerce
Updated tsconfig to include the framework folder
This commit is contained in:
parent
0f7152050a
commit
5b5c8702a3
@ -19,7 +19,9 @@
|
|||||||
"@assets/*": ["assets/*"],
|
"@assets/*": ["assets/*"],
|
||||||
"@config/*": ["config/*"],
|
"@config/*": ["config/*"],
|
||||||
"@components/*": ["components/*"],
|
"@components/*": ["components/*"],
|
||||||
"@utils/*": ["utils/*"]
|
"@utils/*": ["utils/*"],
|
||||||
|
"@commerce/*": ["framework/commerce/*"],
|
||||||
|
"@framework/*": ["framework/bigcommerce/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user