Skip to content

Commit 082e1e4

Browse files
authored
Update README.md
1 parent 6b28145 commit 082e1e4

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
```

0 commit comments

Comments
 (0)