blob: aed343972db554e87b9cf98b0a5dfbefdc7ac321 [file] [log] [blame]
Austin Schuheed14442019-03-23 14:42:46 -07001{
2 "compilerOptions": {
3 "experimentalDecorators": true,
Austin Schuhda9d0602019-09-15 17:29:38 -07004 "strict": false,
Alex Perry23cca9a2019-10-30 20:18:06 -07005 "noImplicitAny": false,
6 "target": "es6",
Philipp Schrader87277f42022-01-01 07:45:12 -08007 "lib": ["es6", "dom", "dom.iterable"],
8 "moduleResolution": "node"
Austin Schuheed14442019-03-23 14:42:46 -07009 },
10 "bazelOptions": {
11 "workspaceName": "971-Robot-Code"
12 }
13}