platform/server/workspace/tsconfig.json
Andrey Platov 632dddf356
cleanup
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-29 13:27:25 +02:00

9 lines
190 B
JSON

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