Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tsconfig.json needs new updated version #182

Open
kramsram opened this issue Dec 20, 2018 · 1 comment
Open

tsconfig.json needs new updated version #182

kramsram opened this issue Dec 20, 2018 · 1 comment
Assignees
Labels
enhancement help wanted Issues identified as good community contribution opportunities

Comments

@kramsram
Copy link

The tsconfig file format is now recommended to be 2.0.0 and with it come new rules for the file format.
I have this content working for me for the task definition:
"label": "tsc-watch",
"isBackground": true,
"type": "typescript",
tsconfig": "src/tsconfig.json",
"option": "watch",
"problemMatcher": [
"$tsc-watch"
]

@auchenberg
Copy link
Contributor

@kramsram If you have time to submit a PR for this it would be much appreciated.

@auchenberg auchenberg added enhancement help wanted Issues identified as good community contribution opportunities labels Feb 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement help wanted Issues identified as good community contribution opportunities
Projects
None yet
Development

No branches or pull requests

2 participants