mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5d11844a7c
This TS config doc is now at https://angular.io/guide/typescript-configuration PR Close #50933
14 lines
289 B
JSON
14 lines
289 B
JSON
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
|
|
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/e2e",
|
|
"module": "commonjs",
|
|
"target": "es2018",
|
|
"types": [
|
|
"jasmine",
|
|
"node"
|
|
]
|
|
}
|
|
}
|