platform/models/all/tsconfig.json
Andrey Platov 1ee511ec83
add model-all
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-07 07:49:51 +02:00

9 lines
181 B
JSON

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