platform/models/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

8 lines
165 B
JSON

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