Files
node-poppler/tsconfig.build.json
T
2025-09-23 19:41:46 +01:00

13 lines
262 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"noEmit": false,
"outDir": "types"
},
"include": ["src/index.js"]
}