mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
db3a90191f
This integration app also contains the size-tracking build setup to measure the payload size of `@defer` feature. PR Close #52065
18 lines
246 B
JSON
18 lines
246 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/spec",
|
|
"types": [
|
|
"jasmine",
|
|
"node"
|
|
]
|
|
},
|
|
"files": [
|
|
"src/test.ts"
|
|
],
|
|
"include": [
|
|
"src/**/*.spec.ts",
|
|
"src/**/*.d.ts"
|
|
]
|
|
}
|