diff --git a/config/tsconfig.esm.json b/config/tsconfig.esm.json index 3a7f334..c30efac 100644 --- a/config/tsconfig.esm.json +++ b/config/tsconfig.esm.json @@ -2,6 +2,6 @@ "extends": "../tsconfig", "compilerOptions": { "module": "ES2020", - "outDir": "../dist/esm" + "outDir": "../dist/node/esm", } } diff --git a/index.html b/index.html index 57c276b..804130c 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ content="IE=edge"> - +