Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

gruntfile and tsconfig are inconsistent #360

Closed
bgold09 opened this issue Apr 7, 2017 · 1 comment
Closed

gruntfile and tsconfig are inconsistent #360

bgold09 opened this issue Apr 7, 2017 · 1 comment
Milestone

Comments

@bgold09
Copy link
Member

bgold09 commented Apr 7, 2017

The grunt task for compiling the TypeScript source and the tsconfig.json in this repo do not match; clearly the config defined for grunt is the one being used in CI builds. I'd propose we keep configurations inside tsconfig.json where most people expect to find the compiler options, and let the grunt task use this file. That way, compilation is consistent regardless of whether using grunt of tsc directly. The tsconfig.json also is how VS Code finds the options to use and I'm not sure it can integrate with grunt in that way.

@HamletDRC what would you prefer?

@HamletDRC
Copy link
Member

HamletDRC commented Apr 8, 2017 via email

@HamletDRC HamletDRC modified the milestone: 4.0.2 May 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants