Skip to content

Commit c05151f

Browse files
committedNov 24, 2023
fix: set typescript target back to ES6
1 parent 9fa6144 commit c05151f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4-
"target": "ESNext",
4+
"target": "ES6",
55
"outDir": "dist/server",
66
"types": ["cheerio"]
77
},

0 commit comments

Comments
 (0)
Please sign in to comment.