platform/packages/core/tsconfig.json
Andrey Platov f0cf5e8832
add core package
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-03 18:55:52 +02:00

8 lines
161 B
JSON

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