Closed
Description
https://github.com/Microsoft/TypeScript/wiki/tsconfig.json
tsconfig.json is the official project type for TypeScript projects. In particular, it is where compiler options are stored. In many situations, there may be several tools that are running the TypeScript compiler and they should all use the same options for a given project. In order for this to not become a maintenance nightmare, each of the tools should leverage a shared configuration file, which is tsconfig.json.
I would like to see SystemJS's TypeScript transpiler support tsconfig.json so I don't have to store my compiler options in two places.
Metadata
Metadata
Assignees
Labels
No labels