2020-07-23 05:38:04 +09:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "../../build/tmp",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
2023-11-10 17:27:04 +09:00
|
|
|
"moduleResolution": "node10",
|
2020-07-23 05:38:04 +09:00
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
2021-10-17 20:30:09 +09:00
|
|
|
"target": "ESNext",
|
|
|
|
"module": "ESNext",
|
2020-07-23 05:38:04 +09:00
|
|
|
"baseUrl": "./",
|
|
|
|
"strict": true,
|
|
|
|
"types": [],
|
|
|
|
"lib": [
|
2021-10-17 20:30:09 +09:00
|
|
|
"ESNext",
|
|
|
|
"DOM"
|
2020-07-23 05:38:04 +09:00
|
|
|
],
|
|
|
|
"paths": {
|
|
|
|
"pdfjs-dist": ["../../build/typestest"],
|
2023-11-10 17:27:04 +09:00
|
|
|
"pdfjs-dist/*": ["../../build/typestest/*"]
|
2020-07-23 05:38:04 +09:00
|
|
|
}
|
|
|
|
},
|
2023-11-10 17:27:04 +09:00
|
|
|
"exclude": [
|
|
|
|
"node_modules"
|
2021-06-15 18:59:47 +09:00
|
|
|
]
|
2020-07-23 05:38:04 +09:00
|
|
|
}
|