mirror of
https://github.com/go-gitea/gitea
synced 2024-12-22 09:57:52 +01:00
Merge branch 'main' into optimize-diff-file-tree
This commit is contained in:
commit
04568db28e
@ -7,8 +7,7 @@
|
|||||||
],
|
],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es2020",
|
"target": "es2020",
|
||||||
"module": "node16",
|
"module": "nodenext",
|
||||||
"moduleResolution": "node16",
|
|
||||||
"lib": ["dom", "dom.iterable", "dom.asynciterable", "esnext"],
|
"lib": ["dom", "dom.iterable", "dom.asynciterable", "esnext"],
|
||||||
"allowImportingTsExtensions": true,
|
"allowImportingTsExtensions": true,
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
|
@ -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 {GET} from '../modules/fetch.ts';
|
||||||
import type {Issue} from '../types.ts';
|
import type {Issue} from '../types.ts';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user