mirror of
https://github.com/Fdawgs/node-poppler.git
synced 2026-07-02 08:27:45 +08:00
12 lines
236 B
JSON
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"]
|
|
}
|