配置文件更新

This commit is contained in:
myh 2023-11-19 18:00:45 +08:00
parent 9352e2fa16
commit ab75254f61
3 changed files with 277 additions and 1064 deletions

1300
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,14 +23,16 @@
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/platform-express": "^8.0.0",
"@nestjs/typeorm": "^10.0.0",
"@nestjs/typeorm": "^8.0.5",
"ajv": "^6.9.1",
"class-validator": "^0.14.0",
"hbs": "^4.1.2",
"mssql": "^10.0.1",
"mssql": "^4.2.1",
"mssql2": "^3.3.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0",
"typeorm": "^0.3.17"
"typeorm": "^0.2.45"
},
"devDependencies": {
"@nestjs/cli": "^8.0.0",
@ -52,7 +54,8 @@
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.10.1",
"typescript": "^4.3.5"
"typescript": "^4.3.5",
"ajv-keywords": "^3.5.2"
},
"jest": {
"moduleFileExtensions": [

View File

@ -1,16 +1,16 @@
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true
}
}
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true,
}
}