Skip to content

Commit

Permalink
Allow comments in JS output
Browse files Browse the repository at this point in the history
This will make it easier to debug for people who don’t like TypeScript.
  • Loading branch information
joeldrapper committed Feb 25, 2024
1 parent e2b0935 commit 9f8156d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions dist/morphlex.js

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

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"rootDir": "src",
"strict": true,
"target": "es2020",
"removeComments": true,
"removeComments": false,
"outDir": "dist",
"baseUrl": ".",
"noEmit": false,
Expand Down

0 comments on commit 9f8156d

Please sign in to comment.