Skip to content

Commit e5e4078

Browse files
authored
Move web globals to web_src/js/globals.d.ts (#31943)
This file serves exclusively to support `web_src/js`, so move it there.
1 parent 1f924d8 commit e5e4078

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"sourceMap": true,
3030
"types": [
3131
"vitest/globals",
32-
"./types.d.ts",
32+
"./web_src/js/globals.d.ts",
3333
],
3434
}
3535
}
File renamed without changes.

0 commit comments

Comments
 (0)