platform/server/core/tsconfig.json
Andrey Platov cb68860a93
move triggers from core to server-core
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-05 08:47:54 +02:00

9 lines
190 B
JSON

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