Austin Schuh | eed1444 | 2019-03-23 14:42:46 -0700 | [diff] [blame] | 1 | { |
Philipp Schrader | 175a93c | 2023-02-19 13:13:40 -0800 | [diff] [blame] | 2 | "compileOnSave": false, |
| 3 | "exclude": ["bazel-*"], |
Austin Schuh | eed1444 | 2019-03-23 14:42:46 -0700 | [diff] [blame] | 4 | "compilerOptions": { |
| 5 | "experimentalDecorators": true, |
Philipp Schrader | 175a93c | 2023-02-19 13:13:40 -0800 | [diff] [blame] | 6 | "sourceMap": true, |
| 7 | "declaration": true, |
| 8 | "declarationMap": true, |
Austin Schuh | da9d060 | 2019-09-15 17:29:38 -0700 | [diff] [blame] | 9 | "strict": false, |
Alex Perry | 23cca9a | 2019-10-30 20:18:06 -0700 | [diff] [blame] | 10 | "noImplicitAny": false, |
Philipp Schrader | 02db74b | 2023-02-17 20:36:58 -0800 | [diff] [blame] | 11 | "target": "es2021", |
| 12 | "lib": ["es2021", "dom", "dom.iterable"], |
Philipp Schrader | 175a93c | 2023-02-19 13:13:40 -0800 | [diff] [blame] | 13 | "moduleResolution": "node", |
| 14 | "paths": { |
| 15 | "@org_frc971/*": ["./*"] |
| 16 | } |
Austin Schuh | eed1444 | 2019-03-23 14:42:46 -0700 | [diff] [blame] | 17 | }, |
| 18 | "bazelOptions": { |
| 19 | "workspaceName": "971-Robot-Code" |
Philipp Schrader | ba315da | 2024-03-17 16:16:50 -0700 | [diff] [blame] | 20 | }, |
| 21 | "angularCompilerOptions": { |
| 22 | "strictInjectionParameters": true, |
| 23 | "strictInputAccessModifiers": true, |
| 24 | "strictTemplates": true |
Austin Schuh | eed1444 | 2019-03-23 14:42:46 -0700 | [diff] [blame] | 25 | } |
| 26 | } |