blob: a398e19c0ef9e8db73010d53a71dab412a3fe800 [file] [log] [blame]
Matthew Soulanille376d7972020-06-01 15:50:07 -07001{
Paul Mathieu29f5e732021-10-05 18:04:09 -07002 "extends": "./node_modules/gts/tsconfig-google.json",
Matthew Soulanille376d7972020-06-01 15:50:07 -07003 "compilerOptions": {
Matthew Soulanille376d7972020-06-01 15:50:07 -07004 "lib": [
5 "dom",
6 "dom.iterable",
7 "esnext"
8 ],
Matthew Soulanille376d7972020-06-01 15:50:07 -07009 "jsx": "react",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -070010 "plugins": [
11 {
12 "name": "@bazel/tsetse",
13 "disabledRules": [
14 "must-use-promises"
15 ]
16 }
17 ]
Matthew Soulanille16bde6b2020-06-08 09:36:24 -070018 }
Matthew Soulanille376d7972020-06-01 15:50:07 -070019}