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", | ||||
7 | "lib": ["es6", "dom"] | ||||
Austin Schuh | eed1444 | 2019-03-23 14:42:46 -0700 | [diff] [blame] | 8 | }, |
9 | "bazelOptions": { | ||||
10 | "workspaceName": "971-Robot-Code" | ||||
11 | } | ||||
12 | } |