Fix flipper-pkg publishing
Summary: Command "oclif-dev manifest" is failing without esModuleInterop set to true, even though it is specified in base config. Because of this, automatic publishing to npm failed yesterday. Reviewed By: jknoxville Differential Revision: D21972747 fbshipit-source-id: ccdd34833f7beb4fbd79a97beeacaf012d5cb0cb
This commit is contained in:
committed by
Facebook GitHub Bot
parent
78924c527b
commit
587b8f6013
@@ -2,7 +2,8 @@
|
|||||||
"extends": "../tsconfig.base.json",
|
"extends": "../tsconfig.base.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "lib",
|
"outDir": "lib",
|
||||||
"rootDir": "src"
|
"rootDir": "src",
|
||||||
|
"esModuleInterop": true
|
||||||
},
|
},
|
||||||
"references": [
|
"references": [
|
||||||
{"path": "../pkg-lib"},
|
{"path": "../pkg-lib"},
|
||||||
|
|||||||
Reference in New Issue
Block a user