Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
85094e480656d8aa04a2ead240dbca8bb3e3557f
/
.
/
examples
/
protocol_buffers
/
rollup.config.js
blob: 8b87a3b4c71246fbaf69bb5205057d71b8483a2a [
file
]
// rollup.config.js
import
typescript from
'@rollup/plugin-typescript'
;
export
default
{
plugins
:
[
typescript
({
allowJs
:
true
})],
};