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