platform/dev/storage/tsconfig.json
Andrey Platov 6a34c5a8a0
initial dev-storage implementation
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-04 11:10:22 +02:00

8 lines
161 B
JSON

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