Skip to content

Commit

Permalink
add tsconfig settings to make it stop complaining, remove fail-fast t…
Browse files Browse the repository at this point in the history
…ests since they're unused in new SDK
  • Loading branch information
barnjamin committed Feb 5, 2024
1 parent 83b02a5 commit 0b73bf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 66 deletions.
65 changes: 0 additions & 65 deletions test/get-signed-vaa.integration.test.ts

This file was deleted.

4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ES2022",
"module":"NodeNext",
"moduleResolution": "NodeNext",
"lib": ["ES2023"],
"declaration": true,
Expand All @@ -16,5 +17,6 @@
"strict": true,
"composite": true,
"allowSyntheticDefaultImports": true
}
},
"exclude":["lib", "jest.config.js"]
}

0 comments on commit 0b73bf7

Please sign in to comment.