platform/plugins/mail-resources/tsconfig.json
Artyom Savchenko b3014383ed
UBERF-9297/Initial personal browser and mail (#8021)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
2025-02-17 17:50:49 +07:00

9 lines
195 B
JSON

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