We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20153e commit b8dc37dCopy full SHA for b8dc37d
docusaurus-search-local/tsconfig.server.json
@@ -1,7 +1,9 @@
1
{
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
+ "moduleResolution": "Node",
5
"target": "ES6",
6
+ "module": "CommonJS",
7
"outDir": "dist/server",
8
"types": ["cheerio"]
9
},
0 commit comments