platform/models/contact/tsconfig.json
Denis Bunakalya 5426a06346
Use Gravatar icon on workspace join (#2324)
Signed-off-by: Denis Bunakalya <denis.bunakalya@xored.com>
Co-authored-by: Alexander Onnikov <alexander.onnikov@xored.com>
2022-10-31 12:34:42 +07:00

9 lines
193 B
JSON

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