forked from icsharpcode/CodeConverter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb.esproj
More file actions
13 lines (13 loc) · 666 Bytes
/
web.esproj
File metadata and controls
13 lines (13 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/1.0.4671869">
<PropertyGroup>
<ResolveNuGetPackages>false</ResolveNuGetPackages>
<ShouldRunNpmAudit>false</ShouldRunNpmAudit>
<StartupCommand>npm run dev</StartupCommand>
<JavaScriptTestRoot>src\</JavaScriptTestRoot>
<JavaScriptTestFramework>Vitest</JavaScriptTestFramework>
<!-- Allows the build (or compile) script located on package.json to run on Build -->
<ShouldRunBuildScript>true</ShouldRunBuildScript>
<!-- Folder where production build objects will be placed -->
<BuildOutputFolder>$(MSBuildProjectDirectory)\dist</BuildOutputFolder>
</PropertyGroup>
</Project>