Fix issue #14 and bump react to v18

This commit is contained in:
2022-10-14 13:44:19 +02:00
parent 8ee9710fe2
commit de32fbd5ce
11 changed files with 1454 additions and 624 deletions

View File

@@ -1,12 +1,12 @@
{
"compilerOptions": {
"outDir": "./dist",
"target": "ES2018",
"target": "ES2020",
"strict": false,
"noEmit": false,
"moduleResolution": "node",
"module": "commonjs",
"skipLibCheck": true
"skipLibCheck": true,
},
"include": [
"./server/src/**/*"