Skip to content

Commit

Permalink
chore: make ci happy
Browse files Browse the repository at this point in the history
  • Loading branch information
kungege committed Nov 29, 2024
1 parent 0ff0be0 commit 129beb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"outDir": "../es",
"module": "ES6",
"target": "ES6",
"jsx": "react"
"jsx": "react",
"types": ["vue/jsx"],
}
}
3 changes: 2 additions & 1 deletion themes/tusimple/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"outDir": "./es",
"module": "ES6",
"target": "ES6",
"jsx": "react"
"jsx": "react",
"types": ["vue/jsx"],
},
"references": [{ "path": "../../src/tsconfig.esm.json" }]
}

0 comments on commit 129beb4

Please sign in to comment.