nx/packages/angular/ng-package.json
2025-03-22 15:48:22 +04:00

36 lines
737 B
JSON

{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"entryFile": "index.ts"
},
"dest": "../../build/packages/angular",
"deleteDestPath": false,
"allowedNonPeerDependencies": [
"@nx/",
"@angular-devkit",
"@angular-eslint/",
"@module-federation/enhanced",
"@schematics",
"@phenomnomnominal/tsquery",
"@typescript-eslint/",
"picocolors",
"ignore",
"picomatch",
"rxjs-for-await",
"webpack-merge",
"ts-node",
"tsconfig-paths",
"semver",
"webpack",
"express",
"http-proxy-middleware",
"http-server",
"magic-string",
"enquirer",
"find-cache-dir",
"piscina",
"webpack"
],
"keepLifecycleScripts": true
}