blob: ed8f3dc1b7e2b1b014df39f690bc857b796570ef [file] [log] [blame]
Austin Schuheed14442019-03-23 14:42:46 -07001{
2 "compilerOptions": {
3 "experimentalDecorators": true,
Austin Schuhda9d0602019-09-15 17:29:38 -07004 "strict": false,
Alex Perry23cca9a2019-10-30 20:18:06 -07005 "noImplicitAny": false,
6 "target": "es6",
Philipp Schradere625ba22020-11-16 20:11:37 -08007 "lib": ["es6", "dom", "dom.iterable"]
Austin Schuheed14442019-03-23 14:42:46 -07008 },
9 "bazelOptions": {
10 "workspaceName": "971-Robot-Code"
11 }
12}