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:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user