emoji-cheat-sheet/tsconfig.json

13 lines
250 B
JSON
Raw Permalink Normal View History

2017-07-15 22:51:15 +08:00
{
2023-07-22 19:19:36 +08:00
"include": ["scripts/**/*"],
2017-07-15 22:51:15 +08:00
"compilerOptions": {
"strict": true,
2023-07-22 19:19:36 +08:00
"target": "ES2021",
"lib": ["ES2021", "DOM"],
"module": "Node16",
"moduleResolution": "Node16",
"skipLibCheck": true,
"resolveJsonModule": true
}
2017-07-15 22:51:15 +08:00
}