Upgrade typescript to 3.8.2 (#9189)

This commit is contained in:
Jianchao Yang
2020-02-25 08:44:26 -08:00
committed by GitHub
parent 23fc9a7a72
commit 1992069af1
8 changed files with 13 additions and 11 deletions

View File

@@ -19,7 +19,7 @@
import { safeStringify } from '../../../src/utils/safeStringify';
class Noise {
public next: Noise;
public next?: Noise;
}
describe('Stringify utility testing', () => {