Merge branch 'main' into optimize-diff-file-tree

This commit is contained in:
Kerwin Bryant 2024-12-10 22:43:13 +08:00 committed by GitHub
commit 04568db28e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -7,8 +7,7 @@
],
"compilerOptions": {
"target": "es2020",
"module": "node16",
"moduleResolution": "node16",
"module": "nodenext",
"lib": ["dom", "dom.iterable", "dom.asynciterable", "esnext"],
"allowImportingTsExtensions": true,
"allowJs": true,

View File

@ -1,4 +1,4 @@
import emojis from '../../../assets/emoji.json';
import emojis from '../../../assets/emoji.json' with {type: 'json'};
import {GET} from '../modules/fetch.ts';
import type {Issue} from '../types.ts';