Skip to content

Commit 5aa2027

Browse files
committed
try fixing node config for .buildkite
1 parent 3ab627c commit 5aa2027

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.buildkite/tsconfig.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"extends": "../tsconfig.base.json",
33
"compilerOptions": {
4+
"ignoreDeprecations": "6.0",
5+
"moduleResolution": "NodeNext",
6+
"module": "NodeNext",
47
"outDir": "target/types",
58
"types": ["node", "jest"],
69
"paths": {
@@ -16,7 +19,5 @@
1619
"pull_requests.json",
1720
"pipeline-resource-definitions/**/*.ts"
1821
],
19-
"exclude": [
20-
"target/**/*",
21-
]
22+
"exclude": ["target/**/*"]
2223
}

0 commit comments

Comments
 (0)