emoji-cheat-sheet/tsconfig.json

13 lines
233 B
JSON
Raw Normal View History

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