mirror of
https://github.com/ikatyang/emoji-cheat-sheet.git
synced 2024-11-14 10:58:15 +08:00
13 lines
233 B
JSON
13 lines
233 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"target": "esnext"
|
|
},
|
|
"include": ["scripts/**/*.js"]
|
|
}
|