blob: 2f3572d8c6a8ee1082941c7e74feace0c7fdb065 [file] [log] [blame]
// 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
}
}