angular/packages/examples/upgrade/tsconfig-e2e.json

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

7 lines
121 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"lib": ["es2015"],
"types": ["node", "jasminewd2"]
}
}