Allow ‘\t’ for JSON formatting

This commit is contained in:
Ties Schwertasek
2017-12-11 00:09:19 +01:00
parent 14d6d73e6d
commit e16ff4ebc2
+1 -1
View File
@@ -289,7 +289,7 @@ export interface WriteFileOptions {
export interface WriteOptions extends WriteFileOptions {
fs?: object;
replacer?: any;
spaces?: number;
spaces?: number | '\t';
}
export interface ReadResult {