Move web globals to `web_src/js/globals.d.ts` (#31943)

This file serves exclusively to support `web_src/js`, so move it there.
pull/31948/head
silverwind 3 months ago committed by GitHub
parent 1f924d845e
commit e5e40787dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tsconfig.json
  2. 0
      web_src/js/globals.d.ts

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

Loading…
Cancel
Save