Skip to content

Commit f4ec624

Browse files
committed
enable composite and TypeScriptBuildMode
1 parent 83231fb commit f4ec624

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Signum.React/Signum.React.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.0</TargetFramework>
55
<TypeScriptToolsVersion>3.6</TypeScriptToolsVersion>
6+
<TypeScriptBuildMode>true</TypeScriptBuildMode>
67
<LangVersion>preview</LangVersion>
78
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
89
<Nullable>enable</Nullable>

Signum.React/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"jsx": "react",
88
"incremental": true,
99
"outDir": "./ts_out",
10-
//"composite": true,
10+
"composite": true,
1111
//"noEmit": true,
1212
"strict": true,
1313
"baseUrl": ".",

0 commit comments

Comments
 (0)