Update favicon, manifest, page border (#127)

This commit is contained in:
Charles Bochet
2023-05-18 10:07:47 +02:00
committed by GitHub
parent cdc9e24ac0
commit 4211d5872b
18 changed files with 59 additions and 26 deletions

View File

@ -1,11 +1,7 @@
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
@ -20,7 +16,5 @@
"noEmit": true,
"jsx": "react-jsx"
},
"include": [
"src"
]
"include": ["src"]
}