DefinitelyTyped/types/svgo
..
index.d.ts
readme.md
svgo-tests.ts
tsconfig.json
tslint.json

@types/svgo

Usage

TS 2.7+

tsconfig.json

{
  "compilerOptions": {
    "esModuleInterop": true
  }
}

Older TS versions

tsconfig.json

{
  "compilerOptions": {
    "allowSyntheticDefaultImports": true
  }
}