0.1.8 • Published 2 years ago
@friendsofshopware/storefront-types v0.1.8
Types for Shopware Storefront
This package provides types for window bound classes in Shopware 6 Storefront:
window.PluginManagerwindow.PluginBaseClasswindow.router
Install this package with NPM:
npm install @friendsofshopware/storefront-types --save-devTo hav the types active, you need to create a tsconfig.json (src/Resources/app/storefront/tsconfig.json) with following content:
{
"compilerOptions": {
"types": ["@friendsofshopware/storefront-types"]
}
}