typescript移动到dependencies
This commit is contained in:
parent
430d002311
commit
60a45218d8
|
@ -28,7 +28,8 @@
|
||||||
"shelljs": "^0.8.4",
|
"shelljs": "^0.8.4",
|
||||||
"ts-node": "^10.1.0",
|
"ts-node": "^10.1.0",
|
||||||
"typeorm": "^0.2.34",
|
"typeorm": "^0.2.34",
|
||||||
"underscore": "^1.13.1"
|
"underscore": "^1.13.1",
|
||||||
|
"typescript": "^4.3.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/cookie-parser": "^1.4.2",
|
"@types/cookie-parser": "^1.4.2",
|
||||||
|
@ -45,7 +46,6 @@
|
||||||
"@typescript-eslint/eslint-plugin": "^4.27.0",
|
"@typescript-eslint/eslint-plugin": "^4.27.0",
|
||||||
"@typescript-eslint/parser": "^4.27.0",
|
"@typescript-eslint/parser": "^4.27.0",
|
||||||
"eslint": "^7.29.0",
|
"eslint": "^7.29.0",
|
||||||
"nodemon": "^2.0.7",
|
"nodemon": "^2.0.7"
|
||||||
"typescript": "^4.3.4"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue