mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6e1e70d3f1
This updates the integration tests to use the application builder. PR Close #55660
18 lines
322 B
JSON
18 lines
322 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",
|
|
"src/main.server.ts"
|
|
],
|
|
"include": [
|
|
"src/**/*.d.ts"
|
|
]
|
|
}
|