Skip to content

Commit f1c0300

Browse files
authored
Include project reference in release config so LKG build works (#33864)
1 parent 3d8252c commit f1c0300

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/compiler/tsconfig.release.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
"outFile": "../../built/local/compiler.release.js",
55
"removeComments": true,
66
"preserveConstEnums": false
7-
}
7+
},
8+
"references": [
9+
{ "path": "../shims" }
10+
]
811
}

0 commit comments

Comments
 (0)