platform/models/workbench/tsconfig.json
Andrey Platov d42fa602e2
add model-workbench and fix queries
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-07 14:15:18 +02:00

8 lines
159 B
JSON

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