New changes and initial Features API

This commit is contained in:
okbel
2021-02-12 17:10:17 -03:00
parent 4dd2c3fde0
commit de64b6d991
9 changed files with 30 additions and 20 deletions

View File

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