Skip to content

Commit 0ee13e7

Browse files
Lms24AbhiPrasad
authored andcommitted
ref(build): Rename dist directories to cjs (#4900)
rename the dist directories in all build dirs to cjs. Hence, also the tarballs' structure changes which is why this PR also introduces a breaking change. Additional change: cleanup `yarn clean` commands by removing no longer existing directories
1 parent 515efbd commit 0ee13e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/angular/tsconfig.cjs.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
4+
"compilerOptions": {
5+
"module": "commonjs",
6+
"outDir": "cjs"
7+
}
8+
}

0 commit comments

Comments
 (0)