Skip to content

Commit

Permalink
Merge pull request #24 from lightning-js/fix/blits-file-bugs
Browse files Browse the repository at this point in the history
Release - v1.1.0
  • Loading branch information
uguraslan authored Nov 27, 2024
2 parents fe1dbd8 + 8216bfb commit 2574540
Show file tree
Hide file tree
Showing 12 changed files with 733 additions and 251 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ out
backup
*.vsix
*.zip
test/
2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"resolveJsonModule": true,
"module": "commonjs",
"target": "ES2020",
"checkJs": true,
"checkJs": false,
"lib": [
"ES2020"
]
Expand Down
Loading

0 comments on commit 2574540

Please sign in to comment.