Merge branch 'main' of github.com:vercel/commerce into outgrow-reaction-commerce-provider

Signed-off-by: Loan Laux <loan@outgrow.io>
This commit is contained in:
Loan Laux
2021-07-06 17:38:07 +03:00
262 changed files with 5229 additions and 3577 deletions

View File

@@ -14,6 +14,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"paths": {
"@lib/*": ["lib/*"],
"@utils/*": ["utils/*"],
@@ -27,5 +28,13 @@
}
},
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
"exclude": ["node_modules", "framework/swell", "framework/vendure"]
"exclude": [
"node_modules",
"./framework/bigcommerce",
"./framework/shopify",
"./framework/swell",
"./framework/vendure",
"./framework/saleor",
"./framework/reactioncommerce"
]
}