We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ba779 commit d69b9efCopy full SHA for d69b9ef
packages/runtime/src/typescript/runtime.tsx
@@ -14,7 +14,7 @@ import {
14
import { ReplOutput, RuntimeContext, RuntimeInfo, UpdatedFile } from "../interface";
15
16
export const compilerOptions: CompilerOptions = {
17
- lib: ["ESNext", "WebWorker", "DOM"],
+ lib: ["ESNext", "WebWorker"],
18
target: 10 satisfies ScriptTarget.ES2023,
19
strict: true,
20
};
0 commit comments