Skip to content

Commit

Permalink
that function just offloads to JSON.parse which can still fail withou…
Browse files Browse the repository at this point in the history
…t much help
  • Loading branch information
basarat committed Apr 22, 2016
1 parent 33a99e8 commit 399a4f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/workers/lang/core/tsconfig.ts
Expand Up @@ -18,7 +18,6 @@ var types = simpleValidator.types;
// Most compiler options come from require('typescript').CompilerOptions, but
// 'module' and 'target' cannot use the same enum as that interface since we
// do not want to force users to put magic numbers in their tsconfig files
// Possible: Use require('typescript').parseConfigFile in TS1.5
// NOTE: see the changes in `commandLineParser.ts` in the TypeScript sources to see what needs updating
/**
* When adding you need to
Expand Down

0 comments on commit 399a4f3

Please sign in to comment.