Austin Schuh | eed1444 | 2019-03-23 14:42:46 -0700 | [diff] [blame] | 1 | { |
| 2 | "compilerOptions": { |
| 3 | "experimentalDecorators": true, |
Austin Schuh | da9d060 | 2019-09-15 17:29:38 -0700 | [diff] [blame^] | 4 | "strict": false, |
Alex Perry | 23cca9a | 2019-10-30 20:18:06 -0700 | [diff] [blame] | 5 | "noImplicitAny": false, |
| 6 | "target": "es6", |
Philipp Schrader | e625ba2 | 2020-11-16 20:11:37 -0800 | [diff] [blame] | 7 | "lib": ["es6", "dom", "dom.iterable"] |
Austin Schuh | eed1444 | 2019-03-23 14:42:46 -0700 | [diff] [blame] | 8 | }, |
| 9 | "bazelOptions": { |
| 10 | "workspaceName": "971-Robot-Code" |
| 11 | } |
| 12 | } |