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, |
Philipp Schrader | 02db74b | 2023-02-17 20:36:58 -0800 | [diff] [blame] | 6 | "target": "es2021", |
| 7 | "lib": ["es2021", "dom", "dom.iterable"], |
Philipp Schrader | 87277f4 | 2022-01-01 07:45:12 -0800 | [diff] [blame] | 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 | } |