Browse Source

Fix compilation

Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
pull/497/head
mrjvs 3 years ago
parent
commit
ace10dde78
  1. 2
      tsconfig.json

2
tsconfig.json

@ -19,7 +19,7 @@
"paths": { "paths": {
"@/*": ["./*"] "@/*": ["./*"]
}, },
"types": ["vite/client", "vite-plugin-pwa/client"] "types": ["vite/client", "vite-plugin-pwa/vanillajs"]
}, },
"include": ["src"] "include": ["src"]
} }

Loading…
Cancel
Save