Skip to content

Commit 127d72b

Browse files
committed
chore(typecheck): fix typescript errors re:javascript source overwriting
1 parent 784411d commit 127d72b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

x-pack/plugins/osquery/cypress/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"resolveJsonModule": true,
2020
},
2121
"kbn_references": [
22+
{
23+
"path": "../../../test_serverless/tsconfig.json"
24+
},
2225
"@kbn/cypress-config",
2326
// cypress projects that are nested inside of other ts project use code
2427
// from the parent ts project in ways that can't be automatically deteceted

0 commit comments

Comments
 (0)