Skip to content

Commit

Permalink
fix: change tsconfig target & add skeleton taglib (#2090)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuLaValva authored Feb 6, 2024
1 parent 8548288 commit 5282152
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion marko.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"taglib-imports": [
"./src/components/ebay-icon/marko.json",
"./src/components/ebay-star-rating/marko.json",
"./src/components/ebay-flag/marko.json"
"./src/components/ebay-flag/marko.json",
"./src/components/ebay-skeleton/marko.json"
]
}
4 changes: 4 additions & 0 deletions src/components/ebay-skeleton/marko.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"taglib-id": "ebayui-core-skeleton",
"tags-dir": "./components"
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"rootDir": "src",
"skipLibCheck": true,
"strict": true,
"target": "ESNext",
"target": "ES2015",
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo"
}
}

0 comments on commit 5282152

Please sign in to comment.