mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-08 04:54:09 +03:00
916c499af3
Signed-off-by: Petr Vyazovetskiy <develop.pit@gmail.com>
10 lines
217 B
JSON
10 lines
217 B
JSON
{
|
|
"extends": "./node_modules/@hcengineering/platform-rig/profiles/model/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"tsBuildInfoFile": ".build/build.tsbuildinfo"
|
|
}
|
|
}
|