protobuf.js/tsconfig.json
James Bromwell d87978b8eb
fix(types): update type deps (#1776)
* Update type deps

Remove duplicate `long` types

* Fix type tests

Co-authored-by: Alexander Fenster <fenster@google.com>
2022-08-17 12:04:05 -07:00

8 lines
171 B
JSON

{
"compilerOptions": {
"target": "ES5",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
}
}