DefinitelyTyped/types/svgo
2020-03-30 17:10:28 -07:00
..
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
  }
}