platform/models/server-calendar/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
159 B
JSON

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