Skip to content

Commit

Permalink
Update: 'schema.json'
Browse files Browse the repository at this point in the history
  • Loading branch information
molant committed May 14, 2019
1 parent 9141517 commit cf8e20f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/parser-typescript-config/src/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@
"description": "Only emit '.d.ts' declaration files.",
"type": "boolean"
},
"incremental": {
"description": "Enable incremental compilation.",
"type": "boolean"
},
"tsBuildInfoFile": {
"description": "Specify file to store incremental compilation information.",
"type": "string"
},

"inlineSourceMap": {
"description": "Emit a single file with source maps instead of having a separate file.",
"type": "boolean"
Expand Down

0 comments on commit cf8e20f

Please sign in to comment.