mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00: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
}
}