Skip to content

Commit

Permalink
[web-components] add tsconfig for component definitions (microsoft#18985
Browse files Browse the repository at this point in the history
)

* ensure component definitions are resolved and exported

* Change files
  • Loading branch information
chrisdholt authored and PeterDraex committed Aug 6, 2021
1 parent b7b4534 commit f50e470
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "ensure component definitions are resolved and exported",
"packageName": "@fluentui/web-components",
"email": "[email protected]",
"dependentChangeType": "patch"
}
1 change: 1 addition & 0 deletions packages/web-components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"declaration": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"declarationDir": "dist/dts",
"outDir": "dist/esm",
Expand Down

0 comments on commit f50e470

Please sign in to comment.