sicherung ggggg

This commit is contained in:
2022-12-06 01:12:58 +01:00
parent 9c3cae8350
commit 5357f51bf2
8 changed files with 101 additions and 133 deletions

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2015",
"target": "ES5",
"lib": [
"dom",
"dom.iterable",
@ -18,7 +18,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react-jsx",
"downlevelIteration": true
},
"include": [
"src",