diff --git a/packages/example-package/tsconfig.json b/packages/example-package/tsconfig.json index 0f3eb46..89f1cb9 100644 --- a/packages/example-package/tsconfig.json +++ b/packages/example-package/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "declaration": true, "declarationMap": true, - "module": "esnext", + "module": "es2015", "target": "es6", "lib": ["esnext"], "jsx": "preserve",