1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2026-02-06 07:05:18 +01:00

feat: use categories from unicode full emoji list (#446)

This commit is contained in:
Ika
2019-09-04 16:19:06 +08:00
committed by GitHub
parent 0a542ea784
commit 9f3bcd27f6
16 changed files with 4571 additions and 3392 deletions

View File

@@ -6,7 +6,7 @@
"noEmit": true,
"resolveJsonModule": true,
"strict": true,
"target": "es2018"
"target": "esnext"
},
"include": ["scripts/**/*.js"]
}