diff --git a/typing_tests/tsconfig.json b/typing_tests/tsconfig.json index 9410ec835..94d436770 100644 --- a/typing_tests/tsconfig.json +++ b/typing_tests/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "module": "commonjs", + "module": "node16", "target": "es2017", "strict": true, "noEmit": true,