1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2026-02-06 07:05:18 +01:00

build: update infra (#652)

This commit is contained in:
Ika
2023-07-22 19:19:36 +08:00
committed by GitHub
parent ef5ce591cb
commit 4896810dcc
23 changed files with 3158 additions and 6086 deletions

View File

@@ -1,12 +1,12 @@
{
"include": ["scripts/**/*"],
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"moduleResolution": "node",
"noEmit": true,
"resolveJsonModule": true,
"strict": true,
"target": "esnext"
},
"include": ["scripts/**/*.js"]
"target": "ES2021",
"lib": ["ES2021", "DOM"],
"module": "Node16",
"moduleResolution": "Node16",
"skipLibCheck": true,
"resolveJsonModule": true
}
}