Fix issue #14 and bump react to v18
This commit is contained in:
@@ -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/**/*"
|
||||
|
||||
Reference in New Issue
Block a user