Skip to content

Commit 9b2e23a

Browse files
committed
Update tsconfig.json to include node types
1 parent 6b89f91 commit 9b2e23a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/node-mysql2/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)