diff --git a/storefront/public/favicon.svg b/storefront/public/favicon.svg new file mode 100644 index 00000000..356c7ae0 --- /dev/null +++ b/storefront/public/favicon.svg @@ -0,0 +1,25 @@ + + + + + + + + + + diff --git a/storefront/.gitkeep b/storefront/src/components/.gitkeep similarity index 100% rename from storefront/.gitkeep rename to storefront/src/components/.gitkeep diff --git a/storefront/src/pages/.gitkeep b/storefront/src/pages/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/storefront/src/styles/.gitkeep b/storefront/src/styles/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/storefront/tsconfig.json b/storefront/tsconfig.json index ffb2ac4b..8cd3c184 100644 --- a/storefront/tsconfig.json +++ b/storefront/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "baseUrl": "src/", "target": "ES2017", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, @@ -19,7 +20,7 @@ } ], "paths": { - "@/*": ["./src/*"] + "@/styles": ["./src/styles"] } }, "include": [