index.ts broke my tree shaking

This commit is contained in:
Belen Curcio
2021-01-11 13:55:45 -03:00
parent 28b244760a
commit 8f9bbe19ca
12 changed files with 28 additions and 34 deletions

View File

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