Skip to content

Commit ac452e5

Browse files
cursoragentsofuture
andcommitted
Fix TypeScript lint Node type resolution
Co-authored-by: Jeff Zellner <hello@jeffzellner.com>
1 parent 77bef58 commit ac452e5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

typescript/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"include": ["*.ts"],
44
"compilerOptions": {
55
"rootDir": ".",
6-
"outDir": "./dist"
6+
"outDir": "./dist",
7+
"types": ["node"]
78
}
89
}

0 commit comments

Comments
 (0)