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:
silverwind 2024-08-30 09:36:53 +02:00 committed by GitHub
parent 1f924d845e
commit e5e40787dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
"sourceMap": true,
"types": [
"vitest/globals",
"./types.d.ts",
"./web_src/js/globals.d.ts",
],
}
}