修正错误的.d.ts

pull/71/head
ChenX 6 years ago
parent a487b91d06
commit ad3756863b

@ -65,16 +65,16 @@ let modules_path = "./node_modules/";
copyFolderRecursiveSync(filePath, modules_path);
let downFiles =
{
{
name: "three",
urlPath: "https://raw.githubusercontent.com/FishOrBear/DefinitelyTyped/master/types/three/",
files: [
// "index.d.ts",
// "three-core.d.ts",
"three-core.d.ts",
// "three-outlinepass.d.ts",
// "three-smaapass.d.ts"
]
}
}
filePath = path.resolve("./node_modules/@types/" + downFiles.name) + "\\";
console.log('filePath: ', filePath);

Loading…
Cancel
Save