[6.x] Add a local tsconfig.json for the infra plugin (#28076) (#28196)

Backports the following commits to 6.x:
 - Add a local tsconfig.json for the infra plugin  (#28076)
This commit is contained in:
Felix Stürmer 2019-01-07 21:48:24 +01:00 committed by GitHub
parent fe6fabca42
commit 3e56ae3cb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
{
"extends": "../../tsconfig.json"
}