mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
gulp-typescript: Add TsConfig
This commit is contained in:
Vendored
+8
-1
@@ -26,8 +26,15 @@ declare module "gulp-typescript" {
|
||||
typescript?: any;
|
||||
}
|
||||
|
||||
interface TsConfig {
|
||||
files?: string[];
|
||||
exclude?: string[];
|
||||
compilerOptions?: any;
|
||||
}
|
||||
|
||||
interface Project {
|
||||
src(): NodeJS.ReadWriteStream
|
||||
config: TsConfig;
|
||||
src(): NodeJS.ReadWriteStream;
|
||||
}
|
||||
|
||||
interface FilterSettings {
|
||||
|
||||
Reference in New Issue
Block a user