platform/models/server-board/tsconfig.json
Alex 83e8963e38
Add OnLabelDelete trigger (#1576)
Signed-off-by: Dvinyanin Alexandr <dvinyanin.alexandr@gmail.com>
2022-04-28 17:01:20 +07:00

9 lines
160 B
JSON

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