Fix reference path

This commit is contained in:
Glen
2016-01-10 14:03:23 +02:00
parent 4e75dc7afa
commit da7a41e52b
+1 -1
View File
@@ -3,7 +3,7 @@
// Definitions by: glen-84 <https://github.com/glen-84>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../parse-glob/parse-glob.ts" />
/// <reference path="../parse-glob/parse-glob.d.ts" />
declare namespace Micromatch {
type Pattern = (string | RegExp | ((filePath: string) => boolean));