platform/dev/account/tsconfig.json
Andrey Platov ce348f1a92
Initial login service (#13)
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-08 14:52:05 +02:00

9 lines
182 B
JSON

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