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

refactor: update

This commit is contained in:
Ika
2019-04-09 23:25:38 +08:00
parent 19b858e8a5
commit 90641f0973
19 changed files with 2476 additions and 2315 deletions

View File

@@ -1,8 +1,12 @@
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"moduleResolution": "node",
"noEmit": true,
"resolveJsonModule": true,
"strict": true,
"lib": ["es6"],
"module": "commonjs"
"target": "es2018"
},
"include": ["src/**/*.ts"]
"include": ["scripts/**/*.js"]
}