mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 14:42:31 +00:00
Updated tsconfig to include the framework folder
This commit is contained in:
parent
0f7152050a
commit
5b5c8702a3
@ -19,7 +19,9 @@
|
||||
"@assets/*": ["assets/*"],
|
||||
"@config/*": ["config/*"],
|
||||
"@components/*": ["components/*"],
|
||||
"@utils/*": ["utils/*"]
|
||||
"@utils/*": ["utils/*"],
|
||||
"@commerce/*": ["framework/commerce/*"],
|
||||
"@framework/*": ["framework/bigcommerce/*"]
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user