Skip to content

Commit d69b9ef

Browse files
committed
domいらない
1 parent a0ba779 commit d69b9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/typescript/runtime.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
import { ReplOutput, RuntimeContext, RuntimeInfo, UpdatedFile } from "../interface";
1515

1616
export const compilerOptions: CompilerOptions = {
17-
lib: ["ESNext", "WebWorker", "DOM"],
17+
lib: ["ESNext", "WebWorker"],
1818
target: 10 satisfies ScriptTarget.ES2023,
1919
strict: true,
2020
};

0 commit comments

Comments
 (0)