7 lines
154 B
TypeScript
7 lines
154 B
TypeScript
export { NxJson } from './src/command-line/shared';
|
|
export {
|
|
readJsonInTree,
|
|
updateJsonInTree,
|
|
addDepsToPackageJson
|
|
} from './src/utils/ast-utils';
|