diff --git a/test/typescript/tsconfig.json b/test/typescript/tsconfig.json index 70ca16895b7..ceb5701b9ed 100644 --- a/test/typescript/tsconfig.json +++ b/test/typescript/tsconfig.json @@ -1,5 +1,7 @@ { - "allowSyntheticDefaultImports": true, + "compilerOptions": { + "allowSyntheticDefaultImports": true + }, "esModuleInterop": true, "outDir": "test/dist", "strictNullChecks": true,