File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,17 @@ testWatch.runWatch('./src');
4646```
4747
4848### Output sample
49- ![ Output sample] ( https://github.com/vegarringdal /fuse-box-typechecker/raw/master/image/sampleNew2.png " Output sample ")
49+ ![ Output sample] ( https://github.com/fuse-box /fuse-box-typechecker/raw/master/image/sampleNew2.png " Output sample ")
5050
5151
52+
53+ ``` typescript
54+ interface OptionsInterface {
55+ tsConfig: string ; // config file
56+ throwOnSyntactic? : boolean ; // if you want it to throwe error
57+ throwOnSemantic? : boolean ; // if you want it to throwe error
58+ throwOnGlobal? : boolean ; // if you want it to throwe error
59+ throwOnOptions? : boolean ; // if you want it to throwe error
60+ name? : string ; // name, will be displayed when it runs, useful when you have more then 1
61+ }
62+ ```
You can’t perform that action at this time.
0 commit comments