mirror of
https://github.com/ikatyang/emoji-cheat-sheet.git
synced 2024-11-14 19:08:15 +08:00
13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"include": ["scripts/**/*"],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "ES2021",
|
|
"lib": ["ES2021", "DOM"],
|
|
"module": "Node16",
|
|
"moduleResolution": "Node16",
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|