Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error after upgrade from 2.2.1 to 2.2.2 #64

Open
DrMabuse23 opened this issue May 6, 2019 · 2 comments
Open

Error after upgrade from 2.2.1 to 2.2.2 #64

DrMabuse23 opened this issue May 6, 2019 · 2 comments

Comments

@DrMabuse23
Copy link

DrMabuse23 commented May 6, 2019

Hey i update the package from now on i get
TS2497: This module can only be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default export.
in Typescript could you please fix that ?

my tsconfig :

  "compilerOptions": {
    "outDir": "./dist/",
    "noImplicitAny": false,
    "noUnusedLocals": true,
    "sourceMap": true,
    "rootDir": "./src",
    "module": "commonjs",
    "moduleResolution": "node",
    "types": ["node"],
    "target": "es6",
    "allowJs": true,
    "newLine": "LF"
  },
  "include": ["src/**/*.ts"],
  "exclude": ["src/**/*.d.ts"]
}

my typescript version :

 "dependencies": {
        "typescript": {
          "version": "2.9.2",
          "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz",
          "integrity": "sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==",
          "dev": true
        }
      }
@mihneadb
Copy link
Owner

mihneadb commented May 8, 2019

Hi! I assume it might be related to #63. @rikberkelder can you please take a look>

@mihneadb
Copy link
Owner

Hi, please try again with 2.2.3 (after #66).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants