platform/server-plugins/attachment/tsconfig.json
Denis Bykhov d8de94da59
Send email notification when mentioned (#1031)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
2022-02-22 16:09:13 +07:00

9 lines
190 B
JSON

{
"extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib",
"esModuleInterop": true
}
}