| // This tsconfig.json file is only used for LSPs, since this is the path | |
| // from which they load tsconfig by default. | |
| // | |
| // Please take a look into tsconfig.base.json and other files instead for the | |
| // actual configuration used in builds. | |
| { | |
| "extends": "./tsconfig.base.json", | |
| "compilerOptions": { | |
| "rootDirs": [ | |
| ".", | |
| // So the LSP can see files built by Bazel (such as preprocessed files). | |
| "./bazel-bin" | |
| ], | |
| "strict": true | |
| } | |
| } |