platform/plugins/support/tsconfig.json
Alexander Onnikov 2a26b85a6a
UBER-690 Intercom integration (#3577)
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
2023-08-17 12:38:10 +07:00

9 lines
197 B
JSON

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