diff --git a/node/test/tsconfig.json b/node/test/tsconfig.json index cd084a92f..f089280cd 100644 --- a/node/test/tsconfig.json +++ b/node/test/tsconfig.json @@ -7,6 +7,9 @@ "moduleResolution": "node" }, "files": [ + "cd.ts", + "popd.ts", + "pushd.ts", "dirtests.ts", "inputtests.ts", "internalhelpertests.ts",