basic pwa setup
This commit is contained in:
parent
10580a0bec
commit
fd09dff381
16 changed files with 1678 additions and 72 deletions
|
|
@ -3,6 +3,10 @@
|
|||
"compilerOptions": {
|
||||
"jsx": "react-jsx",
|
||||
"skipLibCheck": true,
|
||||
"jsxImportSource": "react"
|
||||
"jsxImportSource": "react",
|
||||
"noImplicitAny": false,
|
||||
"types": [
|
||||
"vite-plugin-pwa/client"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue