We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc8de8 commit b53d264Copy full SHA for b53d264
README.md
@@ -20,7 +20,7 @@ This project is made possible by a [community of contributors](https://github.co
20
21
```bash
22
npm install --save ts-json-schema-generator
23
-./node_modules/.bin/ts-json-schema-generator --path 'my/project/**.*.ts' --type 'My.Type.Full.Name'
+./node_modules/.bin/ts-json-schema-generator --path 'my/project/**/*.ts' --type 'My.Type.Full.Name'
24
```
25
26
Note that different platforms (e.g. Windows) may different path separators so you may have to adjust the command above.
0 commit comments