platform/server-plugins/calendar-resources/tsconfig.json
Denis Bykhov 7d452e2eb6
Remove attached docs without collections (#1209)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
2022-03-28 15:05:22 +07:00

8 lines
161 B
JSON

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