diff --git a/tests/end_to_end/candid_rpc/class_syntax/async_await/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/async_await/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/async_await/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/async_await/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/audio_recorder/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/audio_recorder/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/audio_recorder/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/audio_recorder/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/bitcoin/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/bitcoin/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/bitcoin/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/bitcoin/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/blob_array/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/blob_array/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/blob_array/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/blob_array/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/bytes/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/bytes/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/bytes/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/bytes/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/call_raw/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/call_raw/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/call_raw/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/call_raw/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/candid_encoding/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/candid_encoding/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/candid_encoding/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/candid_encoding/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/candid_keywords/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/candid_keywords/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/candid_keywords/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/candid_keywords/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/canister/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/canister/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/canister/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/canister/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/complex_init/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/complex_init/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/complex_init/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/complex_init/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/complex_types/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/complex_types/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/complex_types/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/complex_types/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/composite_queries/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/composite_queries/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/composite_queries/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/composite_queries/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/counter/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/counter/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/counter/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/counter/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/cross_canister_calls/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/cross_canister_calls/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/cross_canister_calls/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/cross_canister_calls/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/cycles/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/cycles/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/cycles/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/cycles/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/date/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/date/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/date/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/date/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/ethereum_json_rpc/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/ethereum_json_rpc/tsconfig.json index 0817cb3fc1..9a3feefe05 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/ethereum_json_rpc/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/ethereum_json_rpc/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/candid_rpc/class_syntax/func_types/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/func_types/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/func_types/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/func_types/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/heartbeat/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/heartbeat/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/heartbeat/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/heartbeat/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/ic_api/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/ic_api/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/ic_api/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/ic_api/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/icrc/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/icrc/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/icrc/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/icrc/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/imports/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/imports/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/imports/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/imports/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/init/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/init/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/init/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/init/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/inspect_message/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/inspect_message/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/inspect_message/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/inspect_message/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/key_value_store/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/key_value_store/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/key_value_store/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/key_value_store/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/ledger_canister/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/ledger_canister/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/ledger_canister/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/ledger_canister/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/list_of_lists/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/list_of_lists/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/list_of_lists/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/list_of_lists/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/management_canister/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/management_canister/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/management_canister/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/management_canister/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/manual_reply/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/manual_reply/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/manual_reply/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/manual_reply/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/calc/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/calc/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/calc/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/calc/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/counter/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/counter/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/counter/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/counter/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/echo/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/echo/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/echo/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/echo/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/factorial/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/factorial/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/factorial/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/factorial/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/hello-world/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/hello-world/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/hello-world/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/hello-world/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/hello/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/hello/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/hello/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/hello/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/http_counter/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/http_counter/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/http_counter/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/http_counter/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/minimal-counter-dapp/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/minimal-counter-dapp/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/minimal-counter-dapp/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/minimal-counter-dapp/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/persistent-storage/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/persistent-storage/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/persistent-storage/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/persistent-storage/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/quicksort/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/quicksort/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/quicksort/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/quicksort/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/simple-to-do/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/simple-to-do/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/simple-to-do/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/simple-to-do/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/threshold_ecdsa/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/threshold_ecdsa/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/threshold_ecdsa/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/threshold_ecdsa/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/whoami/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/whoami/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/whoami/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/motoko_examples/whoami/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/new/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/new/tsconfig.json index 79e0309671..be01d53b1b 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/new/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/new/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/candid_rpc/class_syntax/new_candid_rpc/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/new_candid_rpc/tsconfig.json index 79e0309671..be01d53b1b 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/new_candid_rpc/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/new_candid_rpc/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/candid_rpc/class_syntax/notify_raw/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/notify_raw/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/notify_raw/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/notify_raw/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/null_example/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/null_example/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/null_example/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/null_example/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/optional_types/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/optional_types/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/optional_types/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/optional_types/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/outgoing_http_requests/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/outgoing_http_requests/tsconfig.json index d20bea88d9..d338ea48d0 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/outgoing_http_requests/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/outgoing_http_requests/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/candid_rpc/class_syntax/pre_and_post_upgrade/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/pre_and_post_upgrade/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/pre_and_post_upgrade/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/pre_and_post_upgrade/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/primitive_types/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/primitive_types/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/primitive_types/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/primitive_types/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/principal/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/principal/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/principal/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/principal/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/query/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/query/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/query/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/query/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/randomness/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/randomness/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/randomness/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/randomness/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/recursion/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/recursion/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/recursion/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/recursion/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/rejections/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/rejections/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/rejections/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/rejections/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/simple_erc20/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/simple_erc20/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/simple_erc20/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/simple_erc20/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/simple_user_accounts/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/simple_user_accounts/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/simple_user_accounts/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/simple_user_accounts/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/stable_b_tree_map_instruction_threshold/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/stable_b_tree_map_instruction_threshold/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/stable_b_tree_map_instruction_threshold/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/stable_b_tree_map_instruction_threshold/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/stable_memory/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/stable_memory/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/stable_memory/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/stable_memory/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/stable_structures/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/stable_structures/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/stable_structures/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/stable_structures/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/timers/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/timers/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/timers/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/timers/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/tuple_types/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/tuple_types/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/tuple_types/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/tuple_types/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/update/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/update/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/update/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/update/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/class_syntax/vanilla_js/tsconfig.json b/tests/end_to_end/candid_rpc/class_syntax/vanilla_js/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/class_syntax/vanilla_js/tsconfig.json +++ b/tests/end_to_end/candid_rpc/class_syntax/vanilla_js/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/async_await/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/async_await/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/async_await/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/async_await/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/audio_recorder/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/audio_recorder/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/audio_recorder/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/audio_recorder/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/bitcoin/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/bitcoin/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/bitcoin/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/bitcoin/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/blob_array/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/blob_array/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/blob_array/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/blob_array/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/bytes/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/bytes/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/bytes/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/bytes/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/call_raw/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/call_raw/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/call_raw/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/call_raw/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/candid_encoding/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/candid_encoding/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/candid_encoding/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/candid_encoding/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/candid_keywords/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/candid_keywords/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/candid_keywords/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/candid_keywords/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/canister/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/canister/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/canister/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/canister/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/ckbtc/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/ckbtc/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/ckbtc/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/ckbtc/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/complex_init/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/complex_init/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/complex_init/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/complex_init/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/complex_types/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/complex_types/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/complex_types/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/complex_types/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/composite_queries/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/composite_queries/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/composite_queries/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/composite_queries/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/counter/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/counter/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/counter/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/counter/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/cross_canister_calls/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/cross_canister_calls/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/cross_canister_calls/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/cross_canister_calls/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/cycles/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/cycles/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/cycles/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/cycles/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/date/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/date/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/date/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/date/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/ethereum_json_rpc/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/ethereum_json_rpc/tsconfig.json index 0817cb3fc1..9a3feefe05 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/ethereum_json_rpc/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/ethereum_json_rpc/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/candid_rpc/functional_syntax/func_types/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/func_types/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/func_types/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/func_types/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/heartbeat/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/heartbeat/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/heartbeat/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/heartbeat/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/ic_api/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/ic_api/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/ic_api/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/ic_api/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/icrc/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/icrc/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/icrc/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/icrc/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/imports/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/imports/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/imports/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/imports/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/init/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/init/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/init/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/init/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/inspect_message/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/inspect_message/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/inspect_message/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/inspect_message/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/key_value_store/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/key_value_store/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/key_value_store/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/key_value_store/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/ledger_canister/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/ledger_canister/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/ledger_canister/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/ledger_canister/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/list_of_lists/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/list_of_lists/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/list_of_lists/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/list_of_lists/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/management_canister/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/management_canister/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/management_canister/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/management_canister/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/manual_reply/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/manual_reply/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/manual_reply/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/manual_reply/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/calc/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/calc/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/calc/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/calc/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/counter/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/counter/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/counter/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/counter/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/echo/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/echo/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/echo/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/echo/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/factorial/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/factorial/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/factorial/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/factorial/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/hello-world/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/hello-world/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/hello-world/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/hello-world/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/hello/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/hello/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/hello/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/hello/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/http_counter/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/http_counter/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/http_counter/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/http_counter/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/minimal-counter-dapp/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/minimal-counter-dapp/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/minimal-counter-dapp/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/minimal-counter-dapp/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/persistent-storage/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/persistent-storage/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/persistent-storage/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/persistent-storage/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/quicksort/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/quicksort/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/quicksort/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/quicksort/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/simple-to-do/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/simple-to-do/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/simple-to-do/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/simple-to-do/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/threshold_ecdsa/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/threshold_ecdsa/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/threshold_ecdsa/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/threshold_ecdsa/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/whoami/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/whoami/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/whoami/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/motoko_examples/whoami/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/notify_raw/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/notify_raw/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/notify_raw/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/notify_raw/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/null_example/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/null_example/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/null_example/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/null_example/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/optional_types/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/optional_types/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/optional_types/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/optional_types/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/outgoing_http_requests/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/outgoing_http_requests/tsconfig.json index d20bea88d9..d338ea48d0 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/outgoing_http_requests/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/outgoing_http_requests/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/candid_rpc/functional_syntax/pre_and_post_upgrade/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/pre_and_post_upgrade/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/pre_and_post_upgrade/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/pre_and_post_upgrade/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/primitive_types/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/primitive_types/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/primitive_types/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/primitive_types/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/principal/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/principal/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/principal/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/principal/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/query/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/query/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/query/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/query/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/randomness/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/randomness/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/randomness/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/randomness/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/recursion/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/recursion/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/recursion/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/recursion/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/rejections/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/rejections/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/rejections/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/rejections/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/robust_imports/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/robust_imports/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/robust_imports/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/robust_imports/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/simple_erc20/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/simple_erc20/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/simple_erc20/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/simple_erc20/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/simple_user_accounts/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/simple_user_accounts/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/simple_user_accounts/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/simple_user_accounts/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/stable_b_tree_map_instruction_threshold/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/stable_b_tree_map_instruction_threshold/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/stable_b_tree_map_instruction_threshold/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/stable_b_tree_map_instruction_threshold/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/stable_memory/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/stable_memory/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/stable_memory/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/stable_memory/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/stable_structures/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/stable_structures/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/stable_structures/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/stable_structures/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/timers/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/timers/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/timers/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/timers/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/tuple_types/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/tuple_types/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/tuple_types/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/tuple_types/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/update/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/update/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/update/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/update/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/candid_rpc/functional_syntax/vanilla_js/tsconfig.json b/tests/end_to_end/candid_rpc/functional_syntax/vanilla_js/tsconfig.json index 2638f0d8bc..61d9e891a9 100644 --- a/tests/end_to_end/candid_rpc/functional_syntax/vanilla_js/tsconfig.json +++ b/tests/end_to_end/candid_rpc/functional_syntax/vanilla_js/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS" diff --git a/tests/end_to_end/http_server/apollo_server/tsconfig.json b/tests/end_to_end/http_server/apollo_server/tsconfig.json index 0817cb3fc1..9a3feefe05 100644 --- a/tests/end_to_end/http_server/apollo_server/tsconfig.json +++ b/tests/end_to_end/http_server/apollo_server/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/http_server/autoreload/tsconfig.json b/tests/end_to_end/http_server/autoreload/tsconfig.json index 0817cb3fc1..9a3feefe05 100644 --- a/tests/end_to_end/http_server/autoreload/tsconfig.json +++ b/tests/end_to_end/http_server/autoreload/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/http_server/bitcoinjs_lib/tsconfig.json b/tests/end_to_end/http_server/bitcoinjs_lib/tsconfig.json index 0817cb3fc1..9a3feefe05 100644 --- a/tests/end_to_end/http_server/bitcoinjs_lib/tsconfig.json +++ b/tests/end_to_end/http_server/bitcoinjs_lib/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/http_server/bitcore_lib/tsconfig.json b/tests/end_to_end/http_server/bitcore_lib/tsconfig.json index 0817cb3fc1..9a3feefe05 100644 --- a/tests/end_to_end/http_server/bitcore_lib/tsconfig.json +++ b/tests/end_to_end/http_server/bitcore_lib/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/http_server/ethers/tsconfig.json b/tests/end_to_end/http_server/ethers/tsconfig.json index 0817cb3fc1..9a3feefe05 100644 --- a/tests/end_to_end/http_server/ethers/tsconfig.json +++ b/tests/end_to_end/http_server/ethers/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/http_server/ethers_base/tsconfig.json b/tests/end_to_end/http_server/ethers_base/tsconfig.json index 0817cb3fc1..9a3feefe05 100644 --- a/tests/end_to_end/http_server/ethers_base/tsconfig.json +++ b/tests/end_to_end/http_server/ethers_base/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/http_server/file_protocol/tsconfig.json b/tests/end_to_end/http_server/file_protocol/tsconfig.json index 0817cb3fc1..9a3feefe05 100644 --- a/tests/end_to_end/http_server/file_protocol/tsconfig.json +++ b/tests/end_to_end/http_server/file_protocol/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/http_server/fs/tsconfig.json b/tests/end_to_end/http_server/fs/tsconfig.json index 0817cb3fc1..9a3feefe05 100644 --- a/tests/end_to_end/http_server/fs/tsconfig.json +++ b/tests/end_to_end/http_server/fs/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/http_server/http_outcall_fetch/tsconfig.json b/tests/end_to_end/http_server/http_outcall_fetch/tsconfig.json index 0817cb3fc1..9a3feefe05 100644 --- a/tests/end_to_end/http_server/http_outcall_fetch/tsconfig.json +++ b/tests/end_to_end/http_server/http_outcall_fetch/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/http_server/hybrid_canister/tsconfig.json b/tests/end_to_end/http_server/hybrid_canister/tsconfig.json index 0817cb3fc1..9a3feefe05 100644 --- a/tests/end_to_end/http_server/hybrid_canister/tsconfig.json +++ b/tests/end_to_end/http_server/hybrid_canister/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/http_server/ic_evm_rpc/tsconfig.json b/tests/end_to_end/http_server/ic_evm_rpc/tsconfig.json index 0817cb3fc1..9a3feefe05 100644 --- a/tests/end_to_end/http_server/ic_evm_rpc/tsconfig.json +++ b/tests/end_to_end/http_server/ic_evm_rpc/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/http_server/large_files/tsconfig.json b/tests/end_to_end/http_server/large_files/tsconfig.json index 0817cb3fc1..9a3feefe05 100644 --- a/tests/end_to_end/http_server/large_files/tsconfig.json +++ b/tests/end_to_end/http_server/large_files/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/http_server/nest/tsconfig.json b/tests/end_to_end/http_server/nest/tsconfig.json index cc8a4f3697..9772e211c3 100644 --- a/tests/end_to_end/http_server/nest/tsconfig.json +++ b/tests/end_to_end/http_server/nest/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/http_server/open_value_sharing/tsconfig.json b/tests/end_to_end/http_server/open_value_sharing/tsconfig.json index 0817cb3fc1..9a3feefe05 100644 --- a/tests/end_to_end/http_server/open_value_sharing/tsconfig.json +++ b/tests/end_to_end/http_server/open_value_sharing/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/http_server/sqlite/tsconfig.json b/tests/end_to_end/http_server/sqlite/tsconfig.json index 0817cb3fc1..9a3feefe05 100644 --- a/tests/end_to_end/http_server/sqlite/tsconfig.json +++ b/tests/end_to_end/http_server/sqlite/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/http_server/sqlite_drizzle/tsconfig.json b/tests/end_to_end/http_server/sqlite_drizzle/tsconfig.json index 0817cb3fc1..9a3feefe05 100644 --- a/tests/end_to_end/http_server/sqlite_drizzle/tsconfig.json +++ b/tests/end_to_end/http_server/sqlite_drizzle/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/http_server/sqlite_typeorm/tsconfig.json b/tests/end_to_end/http_server/sqlite_typeorm/tsconfig.json index 0d748a05a4..36be28fd1c 100644 --- a/tests/end_to_end/http_server/sqlite_typeorm/tsconfig.json +++ b/tests/end_to_end/http_server/sqlite_typeorm/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/http_server/tfjs/tsconfig.json b/tests/end_to_end/http_server/tfjs/tsconfig.json index 0817cb3fc1..9a3feefe05 100644 --- a/tests/end_to_end/http_server/tfjs/tsconfig.json +++ b/tests/end_to_end/http_server/tfjs/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS", diff --git a/tests/end_to_end/http_server/web_assembly/tsconfig.json b/tests/end_to_end/http_server/web_assembly/tsconfig.json index 0817cb3fc1..9a3feefe05 100644 --- a/tests/end_to_end/http_server/web_assembly/tsconfig.json +++ b/tests/end_to_end/http_server/web_assembly/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2020", + "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "HACK_BECAUSE_OF_ALLOW_JS",