omnivore/packages/inbound-email-handler/tsconfig.json

10 lines
170 B
JSON
Raw Permalink Normal View History

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