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",