feat(seo): pwa and icons

This commit is contained in:
Corentin Thomasset 2022-04-15 16:11:25 +02:00
parent cd9a3bc9b1
commit b7193e838b
No known key found for this signature in database
GPG key ID: DBD997E935996158
19 changed files with 4668 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "**/*.d.ts"],
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "**/*.d.ts", "node_modules/vite-plugin-pwa/client.d.ts"],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"lib": ["ES2021"],