angular/packages/localize/tools/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
245 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig-build.json",
"compilerOptions": {
"types": ["node"],
"paths": {
"@angular/*": ["../../*/index"],
"@angular/compiler-cli/private/localize": ["../../compiler-cli/private/localize"],
}
}
}