Skip to content

Commit b8dc37d

Browse files
committedNov 28, 2023
fix: compile to commonjs
closes #370
1 parent f20153e commit b8dc37d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎docusaurus-search-local/tsconfig.server.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4+
"moduleResolution": "Node",
45
"target": "ES6",
6+
"module": "CommonJS",
57
"outDir": "dist/server",
68
"types": ["cheerio"]
79
},

0 commit comments

Comments
 (0)
Please sign in to comment.