platform/server/workspace/tsconfig.json
Andrey Platov dec3adefeb
initial workspace contribution
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-19 09:36:12 +02:00

8 lines
161 B
JSON

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