mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
950ffd001e
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
11 lines
289 B
JSON
11 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"]
|
|
}
|