mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
The baseDir parameter also ca be set multiple directories
This commit is contained in:
Vendored
+2
-2
@@ -65,7 +65,7 @@ declare module "browser-sync" {
|
||||
}
|
||||
|
||||
interface ServerOptions {
|
||||
baseDir?: string;
|
||||
baseDir?: string | string[];
|
||||
directory?: boolean;
|
||||
index?: string;
|
||||
routes?: {[path: string]: string};
|
||||
@@ -95,4 +95,4 @@ declare module "browser-sync" {
|
||||
}
|
||||
|
||||
export = BrowserSync;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user