Skip to content

Commit 82801b9

Browse files
committed
fix: agregar types de node a tsconfig.app.json
1 parent 76896eb commit 82801b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"useDefineForClassFields": true,
66
"lib": ["ES2022", "DOM", "DOM.Iterable"],
77
"module": "ESNext",
8-
"types": ["vite/client"],
8+
"types": ["vite/client", "node"],
99
"skipLibCheck": true,
1010

1111
/* Bundler mode */

0 commit comments

Comments
 (0)