platform/dev/tool/tsconfig.json
Andrey Platov f1f254b104
tool update
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-09-10 09:57:49 +02:00

9 lines
190 B
JSON

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