diff --git a/tsconfig.json b/tsconfig.json index 3fd39c0..d8c6685 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,8 @@ "compilerOptions": { "declaration": true, "lib": ["dom", "ES2021"], - "module": "commonjs", + "module": "Node16", + "moduleResolution": "Node16", "outDir": "build" }, "include": ["source"]