Skip to content

Commit

Permalink
make package usable by others. better lsp support gtd
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrezapanahi committed Oct 25, 2024
1 parent 04b93ff commit bb0aabe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Feliz.AgGrid.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
<Version>1.0.1</Version>
<PackageProjectUrl>https://github.com/CompositionalIT/feliz-ag-grid</PackageProjectUrl>
<RepositoryUrl>https://github.com/CompositionalIT/feliz-ag-grid</RepositoryUrl>
<!-- Ensure debugging information is easily found, so that editors can locate the source code locations for your library.
This slightly increases the size of your package, but the usability benefits are worth it. -->
<DebugType>embedded</DebugType>
<!-- Ensure that files that are generated during the build by the .NET SDK are also included in your compiled library. -->
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>
<PropertyGroup>
<NpmDependencies>
Expand Down Expand Up @@ -36,4 +41,4 @@
<Content Include="*.fsproj; **\*.fs; **\*.fsi" PackagePath="fable\" />
</ItemGroup>
<Import Project="..\.paket\Paket.Restore.targets" />
</Project>
</Project>

0 comments on commit bb0aabe

Please sign in to comment.