platform/models/server-attachment/tsconfig.json
Ilya Sumbatyants 626ece4045
Attachment orphans cleanup (#842)
Signed-off-by: Ilya Sumbatyants <ilya.sumb@gmail.com>
2022-01-20 10:27:41 +01:00

8 lines
159 B
JSON

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