From bb6d84e2f776d669e88c77f920ce9ee8a53ef43f Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Mon, 9 Sep 2024 15:24:31 +0100 Subject: [PATCH] [MIGRATION] - fixed schematics build --- lib/core/project.json | 3 ++- lib/core/tsconfig.schematics.json | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) 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": [