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 | 87277f4 | 2022-01-01 07:45:12 -0800 | [diff] [blame] | 7 | "lib": ["es6", "dom", "dom.iterable"], |
| 8 | "moduleResolution": "node" |
Austin Schuh | eed1444 | 2019-03-23 14:42:46 -0700 | [diff] [blame] | 9 | }, |
| 10 | "bazelOptions": { |
| 11 | "workspaceName": "971-Robot-Code" |
| 12 | } |
| 13 | } |