1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2024-11-22 10:23:51 +01:00
emoji-cheat-sheet/tsconfig.json

13 lines
233 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"moduleResolution": "node",
"noEmit": true,
"resolveJsonModule": true,
"strict": true,
"target": "esnext"
},
"include": ["scripts/**/*.js"]
}