diff --git a/examples/sandbox/tsconfig.json b/examples/sandbox/tsconfig.json index fe7688848..07062f202 100644 --- a/examples/sandbox/tsconfig.json +++ b/examples/sandbox/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { "resolveJsonModule": true, + "esModuleInterop": true } }