platform/server/account/tsconfig.json
Andrey Platov 6011a75e05
initial account contribution
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-09-09 20:42:34 +02:00

8 lines
161 B
JSON

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