4
0
forked from crowetic/commerce

Updated tsconfig to include the framework folder

This commit is contained in:
Luis Alvarez 2020-12-29 19:14:23 -05:00
parent 0f7152050a
commit 5b5c8702a3

View File

@ -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"],