com.gradlets.typescript
Owner: Robert Kruszewski
TypeScript build tooling with gradle
Sources: https://github.com/gradlets/gradle-typescript
Version 1.4.1 (latest)
1.4.1
Created 24 January 2022.
TypeScript build tooling for gradle
Add this plugin to your build using the plugins DSL:
plugins {
id("com.gradlets.typescript") version "1.4.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.gradlets.gradle.typescript:gradle-typescript:1.4.1") } } apply(plugin = "com.gradlets.typescript")
- Applying plugins to all subprojects .