emoji-cheat-sheet/tsconfig.json

13 lines
250 B
JSON
Raw Normal View History

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