We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
//:__pkg
1 parent 29d4705 commit 75b0023Copy full SHA for 75b0023
bazel/BUILD.bazel
@@ -7,7 +7,6 @@ ts_config(
7
name = "tsconfig",
8
src = "tsconfig.json",
9
visibility = ["//bazel:__subpackages__"],
10
- deps = ["//:rjs-tsconfig"],
11
)
12
13
filegroup(
bazel/tsconfig.json
@@ -1,4 +1,9 @@
1
-// IDE config. Compile options should be changed in the top-level project config.
2
{
3
- "extends": "../tsconfig.json"
+ "compilerOptions": {
+ "strict": true,
4
+ "module": "Node16",
5
+ "moduleResolution": "node16",
6
+ "skipLibCheck": true,
+ "types": ["node"]
+ }
}
0 commit comments