fix: update dependencies
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
470ed4a47d
commit
2620cebfb3
2 changed files with 1251 additions and 1501 deletions
2745
server/package-lock.json
generated
2745
server/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -2,6 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"target": "es2017",
|
||||
"module": "commonjs",
|
||||
"esModuleInterop": true,
|
||||
"noImplicitAny": false,
|
||||
"removeComments": true,
|
||||
"preserveConstEnums": false,
|
||||
|
@ -10,12 +11,12 @@
|
|||
"emitDecoratorMetadata": true,
|
||||
"noLib": false,
|
||||
"allowJs": false,
|
||||
"sourceMap": false,
|
||||
"sourceMap": false
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*",
|
||||
"./src/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"test",
|
||||
"test"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue