TypeScirpt → TypeScript
This commit is contained in:
Nicolai Weitkemper 2022-01-21 22:48:26 +01:00 committed by GitHub
parent 07eab41b64
commit 4e929a4fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ add_custom_command(
COMMAND ${TSC_COMMAND}
COMMAND ${ESBUILD_COMMAND}
COMMAND DEPENDS ${TYPESCRIPT_SOURCES}
COMMENT "🏗 Compiling and bundling TypeScirpt sources..."
COMMENT "🏗 Compiling and bundling TypeScript sources..."
)
add_custom_command(