Open jbedard opened 4 months ago
Typescript looks at the parent package.json module type to determine imports are handled. Gazelle should detect this and put package.json into ts_project(srcs).
module
ts_project(srcs)
See https://www.typescriptlang.org/docs/handbook/modules/reference.html#module-format-detection
Typescript looks at the parent package.json
module
type to determine imports are handled. Gazelle should detect this and put package.json intots_project(srcs)
.See https://www.typescriptlang.org/docs/handbook/modules/reference.html#module-format-detection