Skip to content

Commit f98a817

Browse files
committed
Update tsconfig.json to include node types
1 parent bea5882 commit f98a817

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/node-postgres/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104

105105
/* Completeness */
106106
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
107-
"skipLibCheck": true /* Skip type checking all .d.ts files. */
107+
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
108+
"types": ["node"]
108109
}
109110
}

0 commit comments

Comments
 (0)