Austin Schuh | eed1444 | 2019-03-23 14:42:46 -0700 | [diff] [blame] | 1 | { |
2 | "compilerOptions": { | ||||
3 | "experimentalDecorators": true, | ||||
4 | "strict": true, | ||||
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 | } |