Skip to content

Commit

Permalink
fix: compile to commonjs
Browse files Browse the repository at this point in the history
closes #370
  • Loading branch information
weareoutman committed Nov 28, 2023
1 parent f20153e commit b8dc37d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docusaurus-search-local/tsconfig.server.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"moduleResolution": "Node",
"target": "ES6",
"module": "CommonJS",
"outDir": "dist/server",
"types": ["cheerio"]
},
Expand Down

0 comments on commit b8dc37d

Please sign in to comment.