github.com/munnerz/test-infra@v0.0.0-20190108210205-ce3d181dc989/gopherage/cmd/html/static/tsconfig.json (about)

     1  // This config file is used only for editor tooling (like VS Code).
     2  // Bazel will not use it for building.
     3  // Don't make any changes here except for overriding the target.
     4  {
     5    "extends": "../../../../tsconfig.json",
     6    "compilerOptions": {
     7      "target": "es2015"
     8    }
     9  }