mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
See associated pull request for more information. Closes #64576 as a pr takeover PR Close #64582
10 lines
167 B
JSON
10 lines
167 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "es2020",
|
|
"module": "Node16",
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"types": ["node"]
|
|
}
|
|
}
|