Skip to content

Commit

Permalink
[public-api] compile to es6
Browse files Browse the repository at this point in the history
to prevent duplicate @bufbuild modules in dashboard
  • Loading branch information
akosyakov committed Sep 19, 2023
1 parent 806ce8f commit e417a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/public-api/typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"emitDecoratorMetadata": true,
"strictPropertyInitialization": false,
"downlevelIteration": true,
"module": "commonjs",
"module": "ES6",
"moduleResolution": "node",
"target": "es6",
"jsx": "react",
Expand Down

0 comments on commit e417a85

Please sign in to comment.