mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5cca9e60b2
See associated pull request for more information. Closes #64576 as a pr takeover PR Close #64582
11 lines
167 B
JSON
11 lines
167 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "es2020",
|
|
"module": "Node16",
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"types": ["node"]
|
|
}
|
|
}
|