Skip to content

Commit

Permalink
Fix TS again
Browse files Browse the repository at this point in the history
Change-Id: Ie5e9ba32266cd06f2b1a8705b1f87317f78ebafa
  • Loading branch information
yang committed Oct 1, 2023
1 parent 59d5991 commit 4e159e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.types.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"**/*.test.tsx"
],
"compilerOptions": {
"module": "ESNext",
"module": "NodeNext",
"lib": ["DOM", "ESNext"],
// output .d.ts declaration files for consumers
"declaration": true,
Expand Down

0 comments on commit 4e159e1

Please sign in to comment.