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 163f121 commit 0f822ffCopy full SHA for 0f822ff
README.md
@@ -50,7 +50,7 @@ module.exports = {
50
* being processed, with a `.d.ts` extension.
51
*
52
* This only works if you're using the 'static-module' target
53
- * for pbjs (enabled by default).
+ * for pbjs (i.e. the default target).
54
55
* The value here can be a config object or a boolean; set it to
56
* true to enable pbts with default configuration.
@@ -61,7 +61,7 @@ module.exports = {
61
/* Additional command line arguments passed to pbts.
62
*/
63
args: ['--no-comments'],
64
- }
+ },
65
66
/* Set the "target" flag to pbjs.
67
0 commit comments