mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
12 lines
235 B
JSON
12 lines
235 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|