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

chore(package): reset

This commit is contained in:
ikatyang
2017-07-15 22:51:15 +08:00
parent 2a7156dabe
commit 277d9e143e
10 changed files with 2272 additions and 87 deletions

8
tsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"strict": true,
"lib": ["es6"],
"module": "commonjs"
},
"include": ["src/**/*.ts"]
}