diff --git a/lib/core/project.json b/lib/core/project.json index 51b9edab3b..85780186fc 100644 --- a/lib/core/project.json +++ b/lib/core/project.json @@ -30,7 +30,8 @@ "outputPath": "dist/libs/core/schematics/migrations", "main": "lib/core/schematics/migrations/index.ts", "tsConfig": "lib/core/tsconfig.schematics.json", - "externalBuildTargets": ["build-schematics"] + "externalBuildTargets": ["build-schematics"], + "assets": ["lib/core/schematics/migrations/collection.json"] } }, "test": { diff --git a/lib/core/tsconfig.schematics.json b/lib/core/tsconfig.schematics.json index 763d6e684f..cf80a81325 100644 --- a/lib/core/tsconfig.schematics.json +++ b/lib/core/tsconfig.schematics.json @@ -20,7 +20,6 @@ "sourceMap": true, "strictNullChecks": true, "target": "es2015", - "typeRoots": ["node_modules/@types"], "types": ["node"] }, "include": [