mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
When a firebase command line execution fails, the github action should be shown as failing instead of continuing to attempt to run and resulting in an exit code of 0 and success PR Close #64801
16 lines
No EOL
347 B
JSON
16 lines
No EOL
347 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"target": "ES2021",
|
|
"types": ["node"],
|
|
"lib": ["es2021"],
|
|
"experimentalDecorators": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noImplicitOverride": true,
|
|
"esModuleInterop": true,
|
|
"noImplicitReturns": true,
|
|
"declaration": true,
|
|
"sourceMap": true
|
|
}
|
|
} |