diff --git a/test/typescript/tsconfig.json b/test/typescript/tsconfig.json index e51e60833d..be426fdcac 100644 --- a/test/typescript/tsconfig.json +++ b/test/typescript/tsconfig.json @@ -4,7 +4,7 @@ "strict": true, "baseUrl": "../..", "paths": { - "redux": "index.d.ts" + "redux": ["index.d.ts"] } } -} \ No newline at end of file +}