Normalized Options and Swatches

This commit is contained in:
Belen Curcio
2021-01-11 14:54:05 -03:00
parent dccc5ef430
commit 4fdaae2197
4 changed files with 38 additions and 11 deletions

View File

@@ -26,6 +26,12 @@
"@framework": ["framework/bigcommerce"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
"include": [
"next-env.d.ts",
"./framework/types.d.ts",
"**/*.ts",
"**/*.tsx",
"**/*.js"
],
"exclude": ["node_modules"]
}