Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 532 Bytes

File metadata and controls

29 lines (21 loc) · 532 Bytes

🏗 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