2020-07-23 05:38:04 +09:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "../../build/tmp",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"target": "es5",
|
|
|
|
"module": "es2015",
|
|
|
|
"baseUrl": "./",
|
|
|
|
"strict": true,
|
|
|
|
"types": [],
|
|
|
|
"lib": [
|
|
|
|
"es2017",
|
|
|
|
"dom"
|
|
|
|
],
|
|
|
|
"paths": {
|
|
|
|
"pdfjs-dist": ["../../build/typestest"],
|
|
|
|
"pdfjs-dist/*": ["../../build/typestest/build/*"]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"main.ts"
|
2021-06-15 18:59:47 +09:00
|
|
|
]
|
2020-07-23 05:38:04 +09:00
|
|
|
}
|