refactor(bazel): convert most ts_library to ng_module (#22176)
This is necessary so we can produce ng metadata for our packages that are published as libraries PR Close #22176
This commit is contained in:

committed by
Victor Berchet

parent
6a57264d38
commit
6597616aac
@ -8,6 +8,7 @@ ts_library(
|
||||
srcs = glob(["**/*.ts"]),
|
||||
deps = [
|
||||
"//packages:types",
|
||||
"//packages/core",
|
||||
"//packages/service-worker/worker",
|
||||
"@rxjs",
|
||||
],
|
||||
|
@ -15,6 +15,9 @@
|
||||
"target": "es2017",
|
||||
"typeRoots": []
|
||||
},
|
||||
"bazelOptions": {
|
||||
"suppressTsconfigOverrideWarnings": true
|
||||
},
|
||||
"files": [
|
||||
"main.ts",
|
||||
"src/service-worker.d.ts"
|
||||
|
Reference in New Issue
Block a user