Skip to content

Instantly share code, notes, and snippets.

@chris2cant
Last active November 6, 2019 09:25
Show Gist options
  • Save chris2cant/2fea0078433570e1a6c93d60c2642c03 to your computer and use it in GitHub Desktop.
Save chris2cant/2fea0078433570e1a6c93d60c2642c03 to your computer and use it in GitHub Desktop.

🏗 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment