Skip to content

Commit

Permalink
chore(typescript): update typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
kucherenko committed Apr 27, 2023
1 parent b0fb0e1 commit 3ddc724
Show file tree
Hide file tree
Showing 3 changed files with 1,555 additions and 1,320 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"build:module": "tsc -p tsconfig.module.json",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.ts\" --write",
"fix:tslint": "tslint --fix --project .",
"test": "run-s build test:*",
"test:lint": "tslint --project . && prettier \"src/**/*.ts\" --list-different",
"test:unit": "nyc ava --verbose",
"watch": "run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"",
"cov": "run-s build test:unit cov:html && open-cli coverage/index.html",
Expand Down Expand Up @@ -59,7 +57,6 @@
"@istanbuljs/nyc-config-typescript": "^0.1.3",
"@types/sinon": "^7.5.2",
"@types/which": "^1.3.2",
"@types/xml2js": "^0.4.5",
"ava": "^3.5.0",
"codecov": "^3.6.5",
"cz-conventional-changelog": "^2.1.0",
Expand All @@ -72,10 +69,7 @@
"sinon": "^9.0.0",
"standard-version": "^8.0.1",
"trash-cli": "^3.0.0",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"tslint-immutable": "^6.0.1",
"typescript": "^3.5.3"
"typescript": "^5.0.4"
},
"ava": {
"failFast": true,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"typeRoots": ["node_modules/@types", "src/types"]
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules/**"],
"exclude": ["node_modules/**/*.ts"],
"compileOnSave": false
}
Loading

0 comments on commit 3ddc724

Please sign in to comment.