1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2024-11-21 18:03:50 +01:00
emoji-cheat-sheet/tsconfig.json
2023-07-22 19:19:36 +08:00

13 lines
250 B
JSON

{
"include": ["scripts/**/*"],
"compilerOptions": {
"strict": true,
"target": "ES2021",
"lib": ["ES2021", "DOM"],
"module": "Node16",
"moduleResolution": "Node16",
"skipLibCheck": true,
"resolveJsonModule": true
}
}