Skip to content

Commit be62153

Browse files
committed
fix(definitions): drop the duplicate buildPath declaration
Two pull requests declared it on INsConfig - once as a documented config key and once among the keys stripped from the generated runtime package.json. Only skipLibCheck kept that from failing the build.
1 parent 58f9ac2 commit be62153

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/definitions/project.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ interface INsConfig {
213213
* via destructuring without losing type safety.
214214
*/
215215
webpackPackageName?: string;
216-
buildPath?: string;
217216
}
218217

219218
/** @deprecated Kept so existing annotations compile; use the {@link ProjectData} contract. */

0 commit comments

Comments
 (0)