Skip to content

Commit

Permalink
Update tsconfig.json.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Sep 11, 2023
1 parent d6996ba commit 33c081d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
limitations under the License.
-%>
{
<%_ if (clientFrameworkVue) { _%>
"extends": "@vue/tsconfig/tsconfig.dom.json",
<%_ } else { _%>
"extends": "../../../../tsconfig.json",
<%_ } _%>
"compilerOptions": {
"baseUrl": "./",
"sourceMap": false,
Expand Down

0 comments on commit 33c081d

Please sign in to comment.