chore: fix tsconfig module value on the root
This commit is contained in:
@@ -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<
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2018",
|
||||
"module": "commonjs",
|
||||
"module": "preserve",
|
||||
"moduleResolution": "bundler",
|
||||
"strict": true,
|
||||
"importHelpers": false,
|
||||
|
||||
Reference in New Issue
Block a user