Skip to content

Commit

Permalink
Don't exclude comments
Browse files Browse the repository at this point in the history
Required for the `@customfunction` and `jsdoc` information
  • Loading branch information
Blacksmoke16 committed Apr 1, 2022
1 parent fec3522 commit 3703b7f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/parser/shard.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: GESI

version: 9.1.0
version: 9.1.1

crystal: '>=0.34.0'

Expand Down
4 changes: 2 additions & 2 deletions src/script/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/script/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gesi",
"version": "9.1.0",
"version": "9.1.1",
"description": "Google Sheets ESI Add-on",
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion src/script/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"strict": true,
"rootDir": "src",
"experimentalDecorators": true,
"removeComments": true,
"removeComments": false,
"plugins": [
{
"transform": "ts-auto-mock/transformer",
Expand Down

0 comments on commit 3703b7f

Please sign in to comment.