From bb2135c655e344a7880c8f4ee9445f887611348d 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:55 +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 0a887a2a4..87733cde8 100644 --- a/src/sanctuary/tsconfig.json +++ b/src/sanctuary/tsconfig.json @@ -3,5 +3,5 @@ "compilerOptions": { "target": "esnext", "strictNullChecks": true - } + } }