mirror of
https://github.com/svg/svgo.git
synced 2026-01-25 18:41:39 +03:00
11 lines
215 B
JSON
11 lines
215 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "types/"
|
|
},
|
|
"include": ["lib/svgo-node.js", "lib/svgo.js"]
|
|
}
|