Skip to content

Commit

Permalink
Update dependencies and github urls
Browse files Browse the repository at this point in the history
  • Loading branch information
guidojo committed Nov 11, 2020
1 parent 89f0714 commit f0b0d41
Show file tree
Hide file tree
Showing 3 changed files with 3,261 additions and 2,139 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Multiple Typescript Compilers <img src="https://github.com/guidojo/multipleTypescriptCompilers/blob/master/images/mtsc_logo_small.png?raw=true" align="right" width="200"/>
# Multiple Typescript Compilers <img src="https://github.com/guidsdo/multipleTypescriptCompilers/blob/master/images/mtsc_logo_small.png?raw=true" align="right" width="200"/>

_Monorepo solution for multiple typescript projects. Watch multiple typescript compilers concurrently at the same time, without losing output!_

Expand Down Expand Up @@ -59,17 +59,17 @@ This package has a peerdependency on tslint. The tool allows you to not use tsli

## mtsc.json spec

[Config spec can be seen here](https://github.com/guidojo/multipleTypescriptCompilers/blob/master/src/config/configSpec.ts)
[Config spec can be seen here](https://github.com/guidsdo/multipleTypescriptCompilers/blob/master/src/config/configSpec.ts)


## Vscode integration
Set the typescript compiler in vscode by clicking on the compiler version. This is only possible when you open a typescript file. This setting sometimes goes to the builtin vscode compiler, so if you don't see errors; check this first.
<img src="https://github.com/guidojo/multipleTypescriptCompilers/blob/master/images/ts_switcher.png?raw=true"/>
<img src="https://github.com/guidsdo/multipleTypescriptCompilers/blob/master/images/ts_switcher.png?raw=true"/>

## Tslint support
Install the right plugin and follow the README: https://github.com/Microsoft/typescript-tslint-plugin

[Tslint section of config spec here](https://github.com/guidojo/multipleTypescriptCompilers/blob/master/src/config/configSpec.ts)
[Tslint section of config spec here](https://github.com/guidsdo/multipleTypescriptCompilers/blob/master/src/config/configSpec.ts)

## Vscode tasks json examples

Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/guidojo/multipleTypescriptCompilers.git"
"url": "git+https://github.com/guidsdo/multipleTypescriptCompilers.git"
},
"keywords": [
"mono",
Expand All @@ -30,34 +30,34 @@
"tsc",
"tslint"
],
"author": "guidojo",
"author": "guidsdo",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/guidojo/multipleTypescriptCompilers/issues"
"url": "https://github.com/guidsdo/multipleTypescriptCompilers/issues"
},
"homepage": "https://github.com/guidojo/multipleTypescriptCompilers#readme",
"homepage": "https://github.com/guidsdo/multipleTypescriptCompilers#readme",
"dependencies": {
"colors": "^1.4.0",
"commander": "^3.0.2",
"moment": "^2.24.0",
"shelljs": "^0.8.3"
"commander": "^6.2.0",
"moment": "^2.29.1",
"shelljs": "^0.8.4"
},
"peerDependencies": {
"tslint": "^5.0.0"
},
"devDependencies": {
"@types/colors": "^1.2.1",
"@types/jest": "^24.0.19",
"@types/jest": "^26.0.15",
"@types/node": "^10.0.0",
"@types/shelljs": "^0.8.5",
"coveralls": "^3.0.7",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"snyk": "^1.235.1",
"ts-jest": "^24.1.0",
"tslint": "^5.20.0",
"typescript": "^3.6.4",
"typescript-tslint-plugin": "^0.5.4"
"@types/shelljs": "^0.8.8",
"coveralls": "^3.1.0",
"jest": "^26.6.3",
"prettier": "^2.1.2",
"snyk": "^1.425.3",
"ts-jest": "^26.4.4",
"tslint": "^6.1.3",
"typescript": "^4.0.5",
"typescript-tslint-plugin": "^0.5.5"
},
"bin": {
"mtsc": "./bin/mtsc"
Expand Down
Loading

0 comments on commit f0b0d41

Please sign in to comment.