angular/modules/playground/tsconfig-e2e.json

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

16 lines
424 B
JSON
Raw Normal View History

{
"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/*"]
}
}
}