Configuration of vendure backend

This commit is contained in:
Bayram Muhiyev
2021-07-20 11:48:33 +05:00
parent 166bb037e4
commit 4ab8dc6d20
3 changed files with 4 additions and 3 deletions

View File

@@ -23,8 +23,8 @@
"@components/*": ["components/*"],
"@commerce": ["framework/commerce"],
"@commerce/*": ["framework/commerce/*"],
"@framework": ["framework/local"],
"@framework/*": ["framework/local/*"]
"@framework": ["framework/vendure"],
"@framework/*": ["framework/vendure/*"]
}
},
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],