mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
15 lines
301 B
JSON
15 lines
301 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"types": ["node"],
|
|
"paths": {
|
|
"@angular/*": ["../packages/*/index"]
|
|
}
|
|
}
|
|
}
|