mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-25 01:03:59 +01:00
17 lines
302 B
JSON
17 lines
302 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"module": "commonjs",
|
||
|
"declaration": true,
|
||
|
"outDir": "./lib",
|
||
|
"strict": true,
|
||
|
"baseUrl": "./",
|
||
|
"paths": {
|
||
|
"src/*": ["src/*"],
|
||
|
"test/*": ["test/*"]
|
||
|
}
|
||
|
},
|
||
|
"include": ["src", "test"],
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|