mirror of https://github.com/go-gitea/gitea.git
Move web globals to `web_src/js/globals.d.ts` (#31943)
This file serves exclusively to support `web_src/js`, so move it there.
This commit is contained in:
parent
1f924d845e
commit
e5e40787dc
|
@ -29,7 +29,7 @@
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"types": [
|
"types": [
|
||||||
"vitest/globals",
|
"vitest/globals",
|
||||||
"./types.d.ts",
|
"./web_src/js/globals.d.ts",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue