🏗 Angular - Schematics Build tsconfig { "scripts": { "schm:build": "tsc -p tsconfig.schematics.json && cpx schematics/**/{collection.json,schema.json,files/**} dist/schematics" } } Build in "dist" folder tsconfig.ts { "compilerOptions": { "outDir": "dist" } } 🗒 Articles Use Angular Schematics to Simplify Your Life