1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2025-04-04 06:23:40 +02:00
emoji-cheat-sheet/tsconfig.json
Matěj Kotlant 2ca8a6d6ad Revert "build: update infra (#652)"
This reverts commit 4896810dcc.
2023-08-14 02:24:56 +02:00

13 lines
233 B
JSON

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