Fix tsconfig inheritance in gulpfile -- must do it manually

This commit is contained in:
Andy Hanson
2017-01-12 13:11:26 -08:00
parent a36db0ea10
commit 757af2e1d6
3 changed files with 8 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ namespace ts {
getFileSize?(path: string): number;
writeFile(path: string, data: string, writeByteOrderMark?: boolean): void;
/**
* @pollingInterval - this parameter is used in polling-based watchers and ignored in watchers that
* @pollingInterval - this parameter is used in polling-based watchers and ignored in watchers that
* use native OS file watching
*/
watchFile?(path: string, callback: FileWatcherCallback, pollingInterval?: number): FileWatcher;

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"lib": ["es5"],
"noEmitOnError": true,
"noImplicitAny": true,
"noImplicitThis": true,
"noUnusedLocals": true,