mirror of
https://github.com/go-gitea/gitea
synced 2024-11-07 09:15:53 +01:00
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",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
0
types.d.ts → web_src/js/globals.d.ts
vendored
0
types.d.ts → web_src/js/globals.d.ts
vendored
Loading…
Reference in New Issue
Block a user