mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-21 16:09:12 +03:00
36b2a0f8c6
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
10 lines
251 B
JSON
10 lines
251 B
JSON
{
|
|
"extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"declarationDir": "./types",
|
|
"tsBuildInfoFile": ".build/build.tsbuildinfo"
|
|
}
|
|
} |