platform/plugins/contact/tsconfig.json
Denis Bunakalya 23641ac365
Use Gravatar if it is really defined (#2359)
Signed-off-by: Denis Bunakalya <denis.bunakalya@xored.com>
2022-11-08 14:29:05 +07:00

10 lines
226 B
JSON

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