Skip to content

Commit

Permalink
include comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr Martian committed Jan 8, 2025
1 parent 5d00757 commit 1252694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pbf-ts",
"version": "1.0.1",
"version": "1.0.2",
"description": "A low-level, fast, ultra-lightweight typescript library for decoding and encoding protocol buffers.",
"type": "module",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"sourceMap": true /* Create source map files for emitted JavaScript files. */,
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
"outDir": "dist" /* Specify an output folder for all emitted files. */,
"removeComments": true /* Disable emitting comments. */,
"removeComments": false /* Disable emitting comments. */,
// "noEmit": true, /* Disable emitting files from a compilation. */
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types */
Expand Down

0 comments on commit 1252694

Please sign in to comment.