Skip to content

Commit 7e79ef0

Browse files
committed
fix: esm build
1 parent c53da4b commit 7e79ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"strict": true,
1313
"esModuleInterop": true
1414
},
15-
"include": ["lib", "*.ts"],
15+
"include": ["lib"],
1616
"exclude": ["node_modules", "tsconfig.cjs.json"]
1717
}

0 commit comments

Comments
 (0)