Upgrade Typescript to 5.2.0 (#3810)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-10-08 03:14:00 +07:00
committed by GitHub
parent bb937db830
commit f4a86e1b1c
446 changed files with 11574 additions and 11523 deletions
+3 -3
View File
@@ -5,8 +5,8 @@
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
"scripts": {
"build": "tsc --outDir ./lib",
"build:watch": "tsc --outDir ./lib",
"build": "tsc",
"build:watch": "tsc",
"lint:fix": "eslint --fix src",
"lint": "eslint src",
"format": "prettier --write src && eslint --fix src",
@@ -23,7 +23,7 @@
"@typescript-eslint/parser": "^5.41.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"prettier": "^2.7.1",
"typescript": "4.8.4",
"typescript": "^5.2.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5"