mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
15 lines
424 B
JSON
15 lines
424 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es2015"],
|
|
"types": ["node", "jasmine"],
|
|
"module": "esnext",
|
|
"moduleResolution": "node10",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"paths": {
|
|
// TODO(devversion): Consider dropping the dependency on this utilities, or put them somewhere else.
|
|
"@angular/build-tooling/*": ["../../external/npm/@angular/build-tooling/*"]
|
|
}
|
|
}
|
|
}
|