platform/plugins/presence-resources/tsconfig.json
Alexander Onnikov 949e7c2edd
UBERF-8999 Presence service (#7539)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2024-12-24 20:41:57 +07:00

9 lines
195 B
JSON

{
"extends": "./node_modules/@hcengineering/platform-rig/profiles/ui/tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib",
"declarationDir": "./types"
}
}