1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2025-04-03 14:03:40 +02:00

Delete tsconfig.json

This commit is contained in:
Dirtylowdown 2025-03-19 16:02:29 -05:00 committed by GitHub
parent d4ccec71e6
commit ee1f146708
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +0,0 @@
{
"include": ["scripts/**/*"],
"compilerOptions": {
"strict": true,
"target": "ES2021",
"lib": ["ES2021", "DOM"],
"module": "Node16",
"moduleResolution": "Node16",
"skipLibCheck": true,
"resolveJsonModule": true
}
}