修正错误的.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); copyFolderRecursiveSync(filePath, modules_path);
let downFiles = let downFiles =
{ {
name: "three", name: "three",
urlPath: "https://raw.githubusercontent.com/FishOrBear/DefinitelyTyped/master/types/three/", urlPath: "https://raw.githubusercontent.com/FishOrBear/DefinitelyTyped/master/types/three/",
files: [ files: [
// "index.d.ts", // "index.d.ts",
// "three-core.d.ts", "three-core.d.ts",
// "three-outlinepass.d.ts", // "three-outlinepass.d.ts",
// "three-smaapass.d.ts" // "three-smaapass.d.ts"
] ]
} }
filePath = path.resolve("./node_modules/@types/" + downFiles.name) + "\\"; filePath = path.resolve("./node_modules/@types/" + downFiles.name) + "\\";
console.log('filePath: ', filePath); console.log('filePath: ', filePath);

Loading…
Cancel
Save