mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-25 07:44:32 +00:00
@types/svgo
Usage
TS 2.7+
tsconfig.json
{
"compilerOptions": {
"esModuleInterop": true
}
}
Older TS versions
tsconfig.json
{
"compilerOptions": {
"allowSyntheticDefaultImports": true
}
}