blob: d3302689cc5dca72e9d8b3ada51ecdf443796845 [file] [log] [blame]
Austin Schuheed14442019-03-23 14:42:46 -07001{
2 "compilerOptions": {
3 "experimentalDecorators": true,
4 "strict": true,
Alex Perry23cca9a2019-10-30 20:18:06 -07005 "noImplicitAny": false,
6 "target": "es6",
7 "lib": ["es6", "dom"]
Austin Schuheed14442019-03-23 14:42:46 -07008 },
9 "bazelOptions": {
10 "workspaceName": "971-Robot-Code"
11 }
12}