Explore
Sign In
skills/angular__angular
1
0
Fork 0
You've already forked angular__angular
mirror of https://github.com/angular/angular.git synced 2026-09-14 13:54:52 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
docs/update-security-guide-reference
angular__angular/packages/compiler-cli/tsconfig.json
T

15 lines
204 B
JSON
Raw Permalink Normal View History

feat(compiler-cli): require node 8 as runtime engine (#22669) This is not expected to be a breaking change for anyone who's on Node LTS (currently v8) and aligns @angular/compilar-cli with @angular/cli's runtime requirements. PR Close #22669
2018-03-09 18:33:28 -08:00
{
build: update tsconfigs to use ES2020 as target and module (#43431) Updates the primary tsconfig files to use ES2020 as target and module. This helps IDEs and reflects what we generate in production, allowing the use of JS features that are natively supported in APF v13. PR Close #43431
2021-09-28 00:42:55 +02:00
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "es2020",
"module": "es2020",
"lib": [
"es2020"
],
"strict": true,
"types": [
"jasmine"
]
}
build(compiler-cli): fix tsconfig.json circularity issue (#22722) Fixes #22721 PR Close #22722
2018-03-15 10:09:41 +01:00
}
Reference in New Issue Copy Permalink
Version: v1.25.5 Page: 1679ms Template: 5ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어