From 7d8ea3178e2694ec313fb49c6bdb910312dee77e Mon Sep 17 00:00:00 2001 From: Guanyunhan Date: Tue, 4 Sep 2018 12:06:04 +0800 Subject: [PATCH] strictFunctionTypes --- types/dplayer/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/dplayer/tsconfig.json b/types/dplayer/tsconfig.json index 712b73893c..896fdd5993 100644 --- a/types/dplayer/tsconfig.json +++ b/types/dplayer/tsconfig.json @@ -8,13 +8,14 @@ "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", + "strictFunctionTypes": false, "typeRoots": [ "../" ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true }, "files": [ "index.d.ts",