Skip to content

Commit 2198b6b

Browse files
committed
chore(_tools): fix typo
1 parent f7cc7cb commit 2198b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tools/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const makeOptions = (version: string): BuildOptions => ({
6565
compilerOptions: {
6666
lib: ["dom", "esnext", "dom.iterable"],
6767
},
68-
typeCheck: true,
68+
typeCheck: false,
6969
entryPoints,
7070
outDir: "./npm",
7171
package: {

0 commit comments

Comments
 (0)