projecte_ionic/node_modules/@schematics/angular/third_party/github.com/Microsoft/TypeScript/BUILD.bazel
2022-02-09 18:30:03 +01:00

13 lines
354 B
Python
Executable file

load("//tools:defaults.bzl", "ts_library")
# files fetched on 2021-03-17 from
# https://github.com/microsoft/TypeScript/releases/tag/v4.2.3
licenses(["notice"]) # Apache 2.0
ts_library(
name = "TypeScript",
srcs = ["lib/typescript.d.ts"],
data = ["lib/typescript.js"],
visibility = ["//packages/schematics/angular:__subpackages__"],
)