Skip to content

Commit

Permalink
Correct export for TS
Browse files Browse the repository at this point in the history
  • Loading branch information
L3tum committed Dec 28, 2019
1 parent c4002fc commit 0b9d8fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HardwareInformation/Reinforced.Typings.settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
It is not used if RtDivideTypesAmongFiles='true' specified.
Important! Do not forget to include generated file to solution.
-->
<RtTargetFile>$(ProjectDir)Scripts\project.ts</RtTargetFile>
<RtTargetFile>$(ProjectDir)Scripts\index.d.ts</RtTargetFile>

<!--
This property sets RT configuration method for fluent configuration.
Expand Down Expand Up @@ -45,7 +45,7 @@
Important! In case of using this setting, do not forget to add generated files to solution manually.
-->
<RtDivideTypesAmongFiles>true</RtDivideTypesAmongFiles>
<RtDivideTypesAmongFiles>false</RtDivideTypesAmongFiles>

<!--
... and if you use RtDivideTypesAmongFiles then please specify target directory
Expand Down
3 changes: 2 additions & 1 deletion HardwareInformation/package.template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@l3tum/hardwareinformation",
"author": "L3tum",
"version": "1.0.0"
"version": "1.0.0",
"types": "index.d.ts"
}

0 comments on commit 0b9d8fa

Please sign in to comment.