Skip to content

Commit

Permalink
Merge pull request #349 from matzkoh/fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matzkoh authored Jul 14, 2024
2 parents 4d41ea2 + e66d745 commit a76cff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/parser-emoji.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { EmojiDatasource } from 'emoji-datasource'
import source from 'emoji-datasource'
import source from 'emoji-datasource' with { type: 'json' }
import type { Emoji, Node } from 'slack-message-parser'
import { NodeType } from 'slack-message-parser'

Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "@tsconfig/node20",
"compilerOptions": {
"module": "NodeNext",
"experimentalDecorators": true,
"sourceMap": true,
"declaration": true,
Expand Down

0 comments on commit a76cff9

Please sign in to comment.