Update tsconfig.json

This commit is contained in:
cond0r 2021-05-13 16:29:24 +03:00
parent 926db9f4ad
commit 48306052ec

View File

@ -22,8 +22,8 @@
"@components/*": ["components/*"],
"@commerce": ["framework/commerce"],
"@commerce/*": ["framework/commerce/*"],
"@framework": ["framework/swell"],
"@framework/*": ["framework/swell/*"]
"@framework": ["framework/bigcommerce"],
"@framework/*": ["framework/bigcommerce/*"]
}
},
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],