Files
node-poppler/tsconfig.build.json
T

12 lines
236 B
JSON

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