From 803ed2cc3259eb64a93558ea37c3d303979a627e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Sun, 10 Feb 2019 03:47:43 +0900 Subject: [PATCH] Update tsconfig.json --- src/sanctuary/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sanctuary/tsconfig.json b/src/sanctuary/tsconfig.json index ffb0e4e90..0a887a2a4 100644 --- a/src/sanctuary/tsconfig.json +++ b/src/sanctuary/tsconfig.json @@ -1,6 +1,6 @@ { "extends": "../../tsconfig.json", - "compilerOptions": { + "compilerOptions": { "target": "esnext", "strictNullChecks": true }