omnivore/packages/pdf-handler/tsconfig.json
2024-01-09 11:22:32 +01:00

14 lines
301 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "build",
"rootDir": ".",
"lib": ["dom"],
"noImplicitAny": false,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
},
"include": ["src"]
}