Skip to content

Commit

Permalink
Move web globals to web_src/js/globals.d.ts (#31943)
Browse files Browse the repository at this point in the history
This file serves exclusively to support `web_src/js`, so move it there.
  • Loading branch information
silverwind authored Aug 30, 2024
1 parent 1f924d8 commit e5e4078
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"sourceMap": true,
"types": [
"vitest/globals",
"./types.d.ts",
"./web_src/js/globals.d.ts",
],
}
}
File renamed without changes.

0 comments on commit e5e4078

Please sign in to comment.