From 4195537e8b00fa36f0d2d48e6ab38c33935e6293 Mon Sep 17 00:00:00 2001 From: Rin Minase Date: Thu, 9 Apr 2020 17:29:27 +0800 Subject: [PATCH] Appended typescript config file --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8d5c235..c452604 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,8 @@ "strictMetadataEmit": true, "fullTemplateTypeCheck": true, "strictInjectionParameters": true, - "enableResourceInlining": true + "enableResourceInlining": true, + "disableTypeScriptVersionCheck": true }, "files": [ "src/public_api.ts", "src/lib/base-chart.directive.ts" ], "include": [ "src/**/*.ts" ]