Skip to content

Commit 9c8912c

Browse files
authored
Update README.md
1 parent a579da8 commit 9c8912c

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ var poco = require('@fluffy-spoon/javascript.csharp-to-typescript-generator.webp
1010

1111
var webpackConfig = {
1212
plugins: [
13-
poco({
14-
//options go here
15-
})
13+
poco(
14+
"dist/typings",
15+
["Models/*.cs"],
16+
{
17+
//options go here
18+
})
1619
]
1720
};
1821
```

0 commit comments

Comments
 (0)