platform/server/upload/tsconfig.json
Andrey Platov 895d35a7af
initial upload implementation
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-17 15:09:15 +02:00

9 lines
190 B
JSON

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