pdf.js/test/types/tsconfig.json

22 lines
503 B
JSON
Raw Normal View History

{
"compilerOptions": {
"outDir": "../../build/tmp",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node10",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "ESNext",
"module": "ESNext",
"baseUrl": "./",
"strict": true,
"types": [],
2024-01-17 03:40:25 +09:00
"lib": ["ESNext", "DOM"],
"paths": {
"pdfjs-dist": ["../../build/typestest"],
"pdfjs-dist/*": ["../../build/typestest/*"]
}
},
2024-01-17 03:40:25 +09:00
"exclude": ["node_modules"]
}