mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: remove explicit strict options
Those options are enabled by default, they don't need to be explicit.
This commit is contained in:
committed by
Matthew Beck
parent
acdac1cb89
commit
9cf7b44f7c
@@ -5,7 +5,6 @@
|
||||
"types": ["node"],
|
||||
"lib": ["es2021"],
|
||||
"experimentalDecorators": true,
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"noImplicitOverride": true,
|
||||
"esModuleInterop": true,
|
||||
@@ -13,4 +12,4 @@
|
||||
"declaration": true,
|
||||
"sourceMap": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user