browser-image-resizer/tsconfig.build.json

11 lines
179 B
JSON
Raw Permalink Normal View History

2024-10-18 08:52:45 +00:00
{
"extends": "./tsconfig.json",
"include": [
"./src/index.ts"
],
"compilerOptions": {
"emitDeclarationOnly": true,
"isolatedModules": false,
"declaration": true,
},
}