Skip to content

Commit b5e0ec8

Browse files
committed
Fix typescript config for unconfigured ts transpiler
Fixes codesandbox#923
1 parent ef4e3ca commit b5e0ec8

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/sandbox/eval/transpilers/typescript

1 file changed

+1
-1
lines changed

packages/app/src/sandbox/eval/transpilers/typescript/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class TypeScriptTranspiler extends WorkerTranspiler {
1515
return new Promise((resolve, reject) => {
1616
const path = loaderContext.path;
1717

18-
let foundConfig = loaderContext.options;
18+
let foundConfig = null;
1919
if (
2020
loaderContext.options.configurations &&
2121
loaderContext.options.configurations.typescript &&

0 commit comments

Comments
 (0)