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

13 lines
233 B
JSON
Raw Normal View History

2017-07-15 16:51:15 +02:00
{
"compilerOptions": {
2019-04-09 17:25:38 +02:00
"allowJs": true,
"checkJs": true,
"moduleResolution": "node",
"noEmit": true,
"resolveJsonModule": true,
2017-07-15 16:51:15 +02:00
"strict": true,
2019-04-09 17:25:38 +02:00
"target": "es2018"
2017-07-15 16:51:15 +02:00
},
2019-04-09 17:25:38 +02:00
"include": ["scripts/**/*.js"]
2017-07-15 16:51:15 +02:00
}