chore: fix tsconfig module value on the root

This commit is contained in:
Guido D'Orsi
2025-02-21 11:30:43 +01:00
parent ace6486075
commit 6405a77aa2
2 changed files with 1 additions and 2 deletions

View File

@@ -26,7 +26,6 @@ import {
setupJazzTestSync,
} from "../testing";
// @ts-ignore Typescript in VSCode doesn't like top level await
const Crypto = await WasmCrypto.create();
class TestJazzContextManager<Acc extends Account> extends JazzContextManager<

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"module": "preserve",
"moduleResolution": "bundler",
"strict": true,
"importHelpers": false,