platform/packages/platform/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

10 lines
227 B
JSON

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