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

9 lines
151 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "build",
"rootDir": ".",
"lib": ["dom"]
},
"include": ["src"]
}