omnivore/packages/pdf-handler/tsconfig.json

10 lines
162 B
JSON
Raw Normal View History

2022-02-11 17:24:33 +00:00
{
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"outDir": "build",
"rootDir": ".",
"lib": ["dom"]
},
2022-10-04 07:28:12 +00:00
"include": ["src"]
2022-02-11 17:24:33 +00:00
}