We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37df525 commit b551fe4Copy full SHA for b551fe4
source/ports/CMakeLists.txt
@@ -41,6 +41,7 @@ option(OPTION_BUILD_PORTS_PY "Build Python port." ON)
41
option(OPTION_BUILD_PORTS_R "Build R port." OFF)
42
option(OPTION_BUILD_PORTS_RB "Build Ruby port." ON)
43
option(OPTION_BUILD_PORTS_RS "Build Rust port." OFF)
44
+option(OPTION_BUILD_PORTS_TS "Build TypeScript port." OFF)
45
46
#
47
# Port languages (Standalone)
0 commit comments