blob: 3999b5c1490f15a2e7943b61fed3d6c4729773f2 [file] [log] [blame]
Austin Schuheed14442019-03-23 14:42:46 -07001{
Philipp Schrader175a93c2023-02-19 13:13:40 -08002 "compileOnSave": false,
3 "exclude": ["bazel-*"],
Austin Schuheed14442019-03-23 14:42:46 -07004 "compilerOptions": {
5 "experimentalDecorators": true,
Philipp Schrader175a93c2023-02-19 13:13:40 -08006 "sourceMap": true,
7 "declaration": true,
8 "declarationMap": true,
Austin Schuhda9d0602019-09-15 17:29:38 -07009 "strict": false,
Alex Perry23cca9a2019-10-30 20:18:06 -070010 "noImplicitAny": false,
Philipp Schrader02db74b2023-02-17 20:36:58 -080011 "target": "es2021",
12 "lib": ["es2021", "dom", "dom.iterable"],
Philipp Schrader175a93c2023-02-19 13:13:40 -080013 "moduleResolution": "node",
14 "paths": {
15 "@org_frc971/*": ["./*"]
16 }
Austin Schuheed14442019-03-23 14:42:46 -070017 },
18 "bazelOptions": {
19 "workspaceName": "971-Robot-Code"
Philipp Schraderba315da2024-03-17 16:16:50 -070020 },
21 "angularCompilerOptions": {
22 "strictInjectionParameters": true,
23 "strictInputAccessModifiers": true,
24 "strictTemplates": true
Austin Schuheed14442019-03-23 14:42:46 -070025 }
26}