Matthew Soulanille | 376d797 | 2020-06-01 15:50:07 -0700 | [diff] [blame] | 1 | // Copyright 2020 The Pigweed Authors |
| 2 | // |
| 3 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not |
| 4 | // use this file except in compliance with the License. You may obtain a copy of |
| 5 | // the License at |
| 6 | // |
| 7 | // https://www.apache.org/licenses/LICENSE-2.0 |
| 8 | // |
| 9 | // Unless required by applicable law or agreed to in writing, software |
| 10 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 11 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 12 | // License for the specific language governing permissions and limitations under |
| 13 | // the License. |
| 14 | |
| 15 | { |
Matthew Soulanille | 16bde6b | 2020-06-08 09:36:24 -0700 | [diff] [blame] | 16 | "extends": "./node_modules/gts/tsconfig-google.json", |
Matthew Soulanille | 376d797 | 2020-06-01 15:50:07 -0700 | [diff] [blame] | 17 | "compilerOptions": { |
Matthew Soulanille | 376d797 | 2020-06-01 15:50:07 -0700 | [diff] [blame] | 18 | "lib": [ |
| 19 | "dom", |
| 20 | "dom.iterable", |
| 21 | "esnext" |
| 22 | ], |
Matthew Soulanille | 376d797 | 2020-06-01 15:50:07 -0700 | [diff] [blame] | 23 | "jsx": "react", |
Matthew Soulanille | 5e78acf | 2020-06-08 10:58:29 -0700 | [diff] [blame] | 24 | "plugins": [ |
| 25 | { |
| 26 | "name": "@bazel/tsetse", |
| 27 | "disabledRules": [ |
| 28 | "must-use-promises" |
| 29 | ] |
| 30 | } |
| 31 | ] |
Matthew Soulanille | 16bde6b | 2020-06-08 09:36:24 -0700 | [diff] [blame] | 32 | } |
Matthew Soulanille | 376d797 | 2020-06-01 15:50:07 -0700 | [diff] [blame] | 33 | } |