mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
10 lines
180 B
JSON
10 lines
180 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"types": ["node"]
|
|
}
|
|
}
|