diff --git a/.changeset/strange-sheep-share.md b/.changeset/strange-sheep-share.md new file mode 100644 index 000000000000..37277febd35e --- /dev/null +++ b/.changeset/strange-sheep-share.md @@ -0,0 +1,5 @@ +--- +"@ledgerhq/trustchain": patch +--- + +Fix type errors in `@ledgerhq/trustchain` tests diff --git a/libs/trustchain/src/__tests__/tsconfig.json b/libs/trustchain/src/__tests__/tsconfig.json new file mode 100644 index 000000000000..9004531f46af --- /dev/null +++ b/libs/trustchain/src/__tests__/tsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "noEmit": true, + "esModuleInterop": true, + "lib": ["es2020"], + "types": ["jest"] + } +} \ No newline at end of file diff --git a/libs/trustchain/tests/tsconfig.json b/libs/trustchain/tests/tsconfig.json new file mode 100644 index 000000000000..9004531f46af --- /dev/null +++ b/libs/trustchain/tests/tsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "noEmit": true, + "esModuleInterop": true, + "lib": ["es2020"], + "types": ["jest"] + } +} \ No newline at end of file