Skip to content

Commit 9deff93

Browse files
committed
Enable emitModulePackageJson for node projects.
1 parent b4d4bcd commit 9deff93

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

rigs/decoupled-local-node-rig/profiles/default/config/typescript.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"additionalModuleKindsToEmit": [
99
{
1010
"moduleKind": "esnext",
11-
"outFolderName": "lib-esm"
11+
"outFolderName": "lib-esm",
12+
"emitModulePackageJson": true
1213
}
1314
]
1415
}

rigs/local-node-rig/profiles/default/config/typescript.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"additionalModuleKindsToEmit": [
99
{
1010
"moduleKind": "esnext",
11-
"outFolderName": "lib-esm"
11+
"outFolderName": "lib-esm",
12+
"emitModulePackageJson": true
1213
}
1314
]
1415
}

0 commit comments

Comments
 (0)