mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit removes Yarn as a package manager for integration tests and migrates to pnpm. This change aims to standardize package management across the project, leveraging pnpm's efficiency and consistent behavior for dependency resolution and installation. PR Close #63902
10 lines
289 B
JSON
10 lines
289 B
JSON
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
|
|
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../out-tsc/app",
|
|
"types": ["node"]
|
|
},
|
|
"files": ["src/main.ts", "server.ts"],
|
|
"include": ["src/**/*.d.ts"]
|
|
}
|