* fix(node): use typescript directly to emit files rather than calling tsc * chore(node): add migration to remove root dir from projects using @nrwl/node:package * chore(node): fix unit tests * chore(node): update package spec and e2es
15 lines
471 B
JSON
15 lines
471 B
JSON
{
|
|
"schematics": {
|
|
"set-build-libs-from-source": {
|
|
"version": "9.2.0-beta.1",
|
|
"description": "Set buildLibsFromSource property to true to not break existing projects.",
|
|
"factory": "./src/migrations/update-9-2-0/set-build-libs-from-source"
|
|
},
|
|
"remove-root-dir": {
|
|
"version": "10.1.0-beta.1",
|
|
"description": "Removes rootDir from node libs' tsconfig",
|
|
"factory": "./src/migrations/update-10-1-0/remove-root-dir"
|
|
}
|
|
}
|
|
}
|