Skip to content

Commit

Permalink
Merge pull request #372 from easyops-cn/steve/fix-esm
Browse files Browse the repository at this point in the history
fix: set typescript target back to ES6
  • Loading branch information
weareoutman authored Nov 24, 2023
2 parents 9fa6144 + c05151f commit f11fce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus-search-local/tsconfig.server.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "ESNext",
"target": "ES6",
"outDir": "dist/server",
"types": ["cheerio"]
},
Expand Down

0 comments on commit f11fce8

Please sign in to comment.