We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab627c commit 5aa2027Copy full SHA for 5aa2027
1 file changed
.buildkite/tsconfig.json
@@ -1,6 +1,9 @@
1
{
2
"extends": "../tsconfig.base.json",
3
"compilerOptions": {
4
+ "ignoreDeprecations": "6.0",
5
+ "moduleResolution": "NodeNext",
6
+ "module": "NodeNext",
7
"outDir": "target/types",
8
"types": ["node", "jest"],
9
"paths": {
@@ -16,7 +19,5 @@
16
19
"pull_requests.json",
17
20
"pipeline-resource-definitions/**/*.ts"
18
21
],
- "exclude": [
- "target/**/*",
- ]
22
+ "exclude": ["target/**/*"]
23
}
0 commit comments