UNPKG

@kv-systems/ng-packagr

Version:

Compile and package Angular libraries in Angular Package Format (APF)

12 lines (11 loc) 328 B
{ "extends": "../tsconfig.json", "compilerOptions": { "declaration": true, "outDir": "../dist", "skipLibCheck": true, // due to: https://github.com/angular/angular/issues/23112 "types": ["node"] }, "files": ["cli/main.ts", "public_api.ts", "./lib/styles/sass/worker.ts"], "exclude": ["**/*.spec.ts"] }